UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

9 lines (8 loc) 169 B
import { CSS } from "../theme"; export declare type TAuraIcon = { label: string; color?: string; viewBox?: string; className?: string; css?: CSS; };