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.

9 lines (8 loc) 313 B
import { VuiComponent } from "../core/vui.js"; import { IconProps } from "../icon/icon.types.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 }; //# sourceMappingURL=listIcon.d.ts.map