UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

14 lines (13 loc) 293 B
/// <reference types="react" /> export declare const DEFAULT_ICONS: { info: JSX.Element; warning: JSX.Element; success: JSX.Element; error: JSX.Element; }; export declare const DEFAULT_COLORS: { info: string; warning: string; success: string; error: string; };