@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) • 301 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { IconProps } from "../icon/icon.types.js";
//#region src/link/linkIcon.d.ts
/** Displays an icon within the Link. */
declare const LinkIcon: VuiComponent<"svg", IconProps>;
//#endregion
export { LinkIcon };
//# sourceMappingURL=linkIcon.d.ts.map