@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
12 lines (11 loc) • 497 B
TypeScript
import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import { TProps } from "./t.types.js";
import "../index.js";
//#region src/t/t.d.ts
declare const TBase: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, SystemProps, never>;
/** Displays given text and allows easy styling. */
declare const T: VuiComponent<"span", TProps>;
//#endregion
export { T, T as default, TBase };
//# sourceMappingURL=t.d.ts.map