design-react-kit
Version:
Componenti React per Bootstrap 5
11 lines (10 loc) • 387 B
TypeScript
declare const iconList: Record<string, boolean>;
export type IconName = keyof typeof iconList;
export declare const loadIcon: (name: IconName) => Promise<typeof import("./ItAndroidSquare")>;
export declare function isBundledIcon(name: string): name is IconName;
export declare const allIcons: string[];
export interface SVGRProps {
title?: string;
titleId?: string;
}
export {};