@itwin/core-react
Version:
A react component library of iTwin.js UI general purpose components
12 lines • 390 B
TypeScript
/** @packageDocumentation
* @module Text
*/
import type * as React from "react";
import type { CommonProps } from "../utils/Props.js";
/** Properties for various text components
* @public
* @deprecated in 4.12.0. Props of deprecated text components.
*/
export interface TextProps extends React.AllHTMLAttributes<HTMLSpanElement>, CommonProps {
}
//# sourceMappingURL=TextProps.d.ts.map