UNPKG

@up-group-ui/react-controls

Version:
8 lines (7 loc) 205 B
import { WithThemeProps } from '../../../Common/theming'; export interface UpLigneProps extends WithThemeProps { color?: string; textAlign?: string; className?: string; dataFor?: string; }