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) 441 B
import { VuiComponent } from "../core/vui.js"; import { BoxProps } from "../box/box.types.js"; import "../box/index.js"; import "../index.js"; //#region src/notification/notificationAction.d.ts /** Displays an action button within the Notification. */ declare const NotificationAction: VuiComponent<"div", BoxProps>; //#endregion export { NotificationAction, NotificationAction as default }; //# sourceMappingURL=notificationAction.d.ts.map