UNPKG

318 BTypeScriptView Raw
1interface PresetOptions {
2 configDir?: string;
3 docs?: boolean;
4 controls?: boolean;
5 actions?: boolean;
6 backgrounds?: boolean;
7 viewport?: boolean;
8 toolbars?: boolean;
9 measure?: boolean;
10 outline?: boolean;
11}
12export declare function addons(options?: PresetOptions): string[];
13export {};