@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) • 389 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { TProps } from "../t/t.types.js";
import "../t/index.js";
import "../index.js";
//#region src/switch/switchLabel.d.ts
/** Displays label text within the Switch component. */
declare const SwitchLabel: VuiComponent<"span", TProps>;
//#endregion
export { SwitchLabel, SwitchLabel as default };
//# sourceMappingURL=switchLabel.d.ts.map