@itwin/core-react
Version:
A react component library of iTwin.js UI general purpose components
11 lines • 411 B
TypeScript
/** @packageDocumentation
* @module Text
*/
import * as React from "react";
import type { TextProps } from "./TextProps.js";
/** Styled block text React functional component
* @public
* @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/typography#text iTwinUI Text} instead.
*/
export declare function BlockText(props: TextProps): React.JSX.Element;
//# sourceMappingURL=BlockText.d.ts.map