UNPKG

smart-react-components

Version:

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

17 lines (16 loc) 446 B
import { EPV, Value } from "./"; export interface SvgProps { fill?: EPV<string>; stroke?: EPV<string>; iconSize?: EPV<Value>; iconSizeSm?: EPV<Value>; iconSizeMd?: EPV<Value>; iconSizeLg?: EPV<Value>; iconSizeXl?: EPV<Value>; } declare const _default: { fill: (v: any, t: any) => string; stroke: (v: any, t: any) => string; iconSize: (v: any, t: any) => string; }; export default _default;