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) 383 B
import { VuiComponent } from "../core/vui.js"; import { IconProps } from "../icon/icon.types.js"; import "../icon/index.js"; import "../index.js"; //#region src/list/listIcon.d.ts /** Displays an icon on the side of the ListItem. */ declare const ListIcon: VuiComponent<"svg", IconProps>; //#endregion export { ListIcon, ListIcon as default }; //# sourceMappingURL=listIcon.d.ts.map