@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
9 lines (8 loc) • 331 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { IconProps } from "./icon.types.js";
//#region src/icon/icon.d.ts
/** Displays and Svg element with a given icon. Handles icon names or definition objects. */
declare const Icon: VuiComponent<"svg", IconProps>;
//#endregion
export { Icon };
//# sourceMappingURL=icon.d.ts.map