@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) • 460 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { TagToggleProps } from "./tagToggle.types.js";
import "../index.js";
//#region src/tagToggle/TagToggle.d.ts
/**
* A toggle button styled as a tag. Uses brand-only colour tokens and an
* `aria-pressed` attribute to convey selected state.
*/
declare const TagToggle: VuiComponent<"button", TagToggleProps>;
//#endregion
export { TagToggle, TagToggle as default };
//# sourceMappingURL=TagToggle.d.ts.map