UNPKG

@wix/design-system

Version:

@wix/design-system

24 lines 664 B
export declare const SKINS: { readonly standard: "standard"; readonly premium: "premium"; readonly dark: "dark"; readonly light: "light"; readonly destructive: "destructive"; readonly standardLight: "standard-light"; }; export declare const SIZES: { readonly tiny: "tiny"; readonly small: "small"; readonly medium: "medium"; }; export declare const WEIGHT: { readonly thin: "thin"; readonly secondary: "normal"; readonly bold: "bold"; }; export declare const UNDERLINE: { readonly none: "none"; readonly onHover: "onHover"; readonly always: "always"; }; //# sourceMappingURL=TextButton.constants.d.ts.map