UNPKG

@useloops/design-system

Version:

The official React based Loops design system

9 lines (6 loc) 224 B
import { MenuItemProps } from '@mui/material'; import { InputSizing } from './StyledSelect.variant-helpers.js'; interface SelectItemProps extends MenuItemProps { sizing: InputSizing; } export type { SelectItemProps };