@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
42 lines (41 loc) • 871 B
TypeScript
export type IllustrationsKeys = {
danger: string;
success: string;
warning: string;
empty: string;
failed: string;
generic: string;
loading: string;
lock: string;
plus: string;
resources: string;
search: string;
};
export declare const ILLUSTRATIONS: {
light: {
danger: string;
success: string;
warning: string;
empty: string;
failed: string;
generic: string;
loading: string;
lock: string;
plus: string;
resources: string;
search: string;
};
dark: {
danger: string;
success: string;
warning: string;
empty: string;
failed: string;
generic: string;
loading: string;
lock: string;
plus: string;
resources: string;
search: string;
};
};