UNPKG

react-life-design

Version:
12 lines (11 loc) 314 B
import * as React from 'react'; export interface IProps { width?: number; height?: number; color?: string; viewBox?: string; noHover?: boolean; css?: string; } declare const _default: React.MemoExoticComponent<({ width, height, ...props }: IProps) => JSX.Element>; export default _default;