UNPKG

@acontplus/ui-kit

Version:

Framework-agnostic UI kit library providing reusable design assets, SVG icon definitions, button types, select options, and design system elements for consistent user interfaces across any JavaScript framework.

7 lines (6 loc) 173 B
export declare const NOTIFICATION_ICONS: { readonly success: "check_circle"; readonly error: "error"; readonly warning: "warning"; readonly info: "info"; };