@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
11 lines (10 loc) • 370 B
TypeScript
import { IconDefinition } from "./types.js";
//#region src/icons/consts.d.ts
/**
* Default icons are fundamental to functioning of certain components.
* They are added to the icon library in order to avoid loading them from CDN.
*/
declare const defaultIcons: Record<string, IconDefinition>;
//#endregion
export { defaultIcons };
//# sourceMappingURL=consts.d.ts.map