UNPKG

@terrazzo/cli

Version:

CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.

4 lines 217 B
import { type Config, type ConfigInit } from '@terrazzo/parser'; export type { Command, Flags } from './shared.js'; export declare function defineConfig(config: Config): ConfigInit; //# sourceMappingURL=index.d.ts.map