UNPKG

smart-react-components

Version:

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

8 lines (7 loc) 141 B
export interface SizeProps { size?: string; sizeSm?: string; sizeMd?: string; sizeLg?: string; sizeXl?: string; }