UNPKG

@beamwind/preset-semantic

Version:

beamwind design system preset using a semantic naming scheme

14 lines (12 loc) 315 B
declare type ThemeColors = Record<string, undefined | string>; interface Options { colors?: ThemeColors; } declare function preset({ colors }?: Options): { theme: { colors: ThemeColors; }; }; export default preset; export { Options, ThemeColors }; //# sourceMappingURL=preset-semantic.d.ts.map