UNPKG

@wix/design-system

Version:

@wix/design-system

10 lines 210 B
export const SIZES = { SMALL: 'small', MEDIUM: 'medium', LARGE: 'large', }; export const SKINS = { DARK: 'dark', STANDARD: 'standard', }; //# sourceMappingURL=SelectorButton.constants.js.map