UNPKG

@alicloud/console-toolkit-plugin-react

Version:

console toolkit plugin for base react app

7 lines (6 loc) 177 B
import { ThemeDef } from '../../../types'; interface IOptions { cwd: string; } export default function (theme: string | ThemeDef, opts?: Partial<IOptions>): any; export {};