UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

8 lines (7 loc) 148 B
export interface Size$StrictProps { size$: string; size$Sm: string; size$Md: string; size$Lg: string; size$Xl: string; }