UNPKG

@uiw-admin/plugins

Version:
9 lines (8 loc) 287 B
export interface ConfigInitIndexProps { swr?: boolean; globalCss?: boolean; SWRConfig?: any; routeType?: 'history' | 'hash' | 'browser'; } export declare const getInitIndexTemp: (config: ConfigInitIndexProps) => string; export declare const getInitCssTemp: () => string;