Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101488363
config.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 10, 22:52
Size
533 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 22:52 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24163292
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
config.d.ts
View Options
import * as Rsg from '../../typings';
export declare type StyleguidistConfigKey = keyof Rsg.SanitizedStyleguidistConfig;
export interface ConfigSchemaOptions<T> {
process?(value: any, config: T, rootDir: string): any;
default?: any;
required?: boolean | ((config?: T) => string | boolean);
deprecated?: string;
removed?: string;
type?: string | string[];
example?: any;
}
declare const configSchema: Record<StyleguidistConfigKey, ConfigSchemaOptions<Rsg.StyleguidistConfig>>;
export default configSchema;
Event Timeline
Log In to Comment