@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) • 305 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { TProps } from "../t/t.types.js";
//#region src/button/buttonText.d.ts
/** Displays the text label of the button. */
declare const ButtonText: VuiComponent<"span", TProps>;
//#endregion
export { ButtonText };
//# sourceMappingURL=buttonText.d.ts.map