UNPKG

babel-preset-docm

Version:
16 lines (15 loc) 306 B
interface ConfigParams { flow: boolean; typescript: boolean; parseProps: boolean; env: { dev: boolean; prod: boolean; test: boolean; }; } export declare const config: (opts: ConfigParams) => { presets: any[]; plugins: any[]; }; export {};