UNPKG

@alicloud/console-toolkit-preset-component

Version:

console toolkit preset for component

5 lines (4 loc) 272 B
import { IOption, OutputType } from './type/options'; export declare function resolveExts(useTypescript: boolean | undefined): string[]; export declare const getKeys: <T extends {}>(o: T) => (keyof T)[]; export declare const getOutputDir: (config: IOption) => OutputType;