-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
This fails to typecheck
import { Chip as BaseChip, createComponent } from '@byteclaw/visage';
export const Chip = createComponent(BaseChip, {
defaultProps: {
labelProps: {
styles: {
px: 1,
py: 1,
lineHeight: '100%',
},
},
},
styles: {
borderRadius: 'controlBorderRadius',
fontSize: -1,
},
});
Reactions are currently unavailable