ionicons
Version:
Premium icons for Ionic.
9 lines (8 loc) • 479 B
TypeScript
export declare const getIconMap: () => Map<string, string>;
export declare const addIcons: (icons: {
[name: string]: string;
}) => void;
export declare const getName: (name: string | undefined, mode: string | undefined, ios: string | undefined, md: string | undefined) => string | null;
export declare const getSrc: (src: string | undefined) => string | null;
export declare const isSrc: (str: string) => boolean;
export declare const isValid: (elm: HTMLElement) => boolean;