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.

13 lines (12 loc) 518 B
import { SystemProps } from "../system/system.js"; import { VuiComponent } from "../core/vui.js"; import "../index.js"; //#region src/popover/popoverTrigger.d.ts /** * Displays a trigger component to toggle display of the popover content. * Can be rendered as any component using the 'as' prop. By default renders as a plain button. */ declare const PopoverTrigger: VuiComponent<"button", SystemProps>; //#endregion export { PopoverTrigger, PopoverTrigger as default }; //# sourceMappingURL=popoverTrigger.d.ts.map