@unicef-polymer/etools-unicef
Version:
eTools UNICEF library of reusable components
16 lines (15 loc) • 405 B
TypeScript
export declare enum EtoolsIconSet {
av = "av",
communication = "communication",
device = "device",
editor = "editor",
hardware = "hardware",
image = "image",
maps = "maps",
notification = "notification",
places = "places",
icons = "icons",
social = "social",
custom = "custom"
}
export declare const initializeIcons: (spritePath?: string) => Promise<void>;