UNPKG

@useloops/design-system

Version:

The official React based Loops design system

10 lines (7 loc) 277 B
import { TypographyProps } from '../../../../WebCore/Typography/Typography.js'; interface UnitTextProps extends Omit<TypographyProps, 'component' | 'variation'> { sx?: TypographyProps['sx']; checked?: boolean; disabled?: boolean; } export type { UnitTextProps };