UNPKG

305 BTypeScriptView Raw
1import { CliCommand } from '@design-systems/plugin';
2export declare const defaults: {
3 watch: boolean;
4 inputDirectory: string;
5 outputDirectory: string;
6 cssMain: string;
7 ignore: string[];
8};
9declare const command: CliCommand;
10export default command;
11//# sourceMappingURL=command.d.ts.map
\No newline at end of file