@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) • 332 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { TProps } from "../t/t.types.js";
//#region src/notification/notificationText.d.ts
/** Displays text within the Notification. */
declare const NotificationText: VuiComponent<"p", TProps>;
//#endregion
export { NotificationText };
//# sourceMappingURL=notificationText.d.ts.map