UNPKG

@terrazzo/plugin-js

Version:

Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)

8 lines 332 B
import type { BuildHookOptions } from '@terrazzo/parser'; export declare function buildJS({ getTransforms }: { getTransforms: BuildHookOptions['getTransforms']; }): string; export declare function buildDTS({ getTransforms }: { getTransforms: BuildHookOptions['getTransforms']; }): string; //# sourceMappingURL=build.d.ts.map