UNPKG

zilly-ui

Version:

Zilly web react ui components

10 lines (8 loc) 191 B
import * as React from "react"; export interface IconProps { type: String; gradient?: boolean; size?: "sm" | "md" | "lg"; style?: React.CSSProperties | undefined; className?: String; }