UNPKG

@useloops/design-system

Version:

The official React based Loops design system

9 lines (6 loc) 225 B
import { ChipProps } from '@mui/material/Chip'; interface StyledChipProps extends ChipProps { variation?: 'default' | 'peach' | 'peachDark' | 'purple'; weight?: 'heavy' | 'light'; } export type { StyledChipProps };