UNPKG

@useloops/design-system

Version:

The official React based Loops design system

13 lines (10 loc) 479 B
import * as _emotion_styled from '@emotion/styled'; import * as _mui_system from '@mui/system'; import * as _mui_material from '@mui/material'; import { RadioProps } from '@mui/material'; interface StyledRadioProps extends RadioProps { sizing?: 'sm' | 'lg'; } declare const StyledRadio: _emotion_styled.StyledComponent<RadioProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & StyledRadioProps, {}, {}>; export { StyledRadio }; export type { StyledRadioProps };