UNPKG

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