UNPKG

185 BTypeScriptView Raw
1import { LightConfig } from './types/config';
2declare type CreateConfig = {
3 root?: string;
4};
5export declare const createConfig: ({ root }: CreateConfig) => LightConfig;
6export {};