UNPKG

smart-react-components

Version:

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

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