UNPKG

@studiocms/ui

Version:

The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.

5 lines (4 loc) 291 B
type ValidIconString = 'check-circle' | 'exclamation-triangle' | 'exclamation-circle' | 'information-circle' | 'x-mark'; declare function getIconString(icon: ValidIconString, classes: string, width: number, height: number): string; export { getIconString }; export type { ValidIconString };