UNPKG

@itwin/core-react

Version:

A react component library of iTwin.js UI general purpose components

11 lines 383 B
/** @packageDocumentation * @module Text */ import * as React from "react"; import type { TextProps } from "./TextProps.js"; /** Styled muted/gray text React functional component * @public * @deprecated in 4.0.0. Use \<Text isMuted /\> from iTwinUI-react package. */ export declare function MutedText(props: TextProps): React.JSX.Element; //# sourceMappingURL=MutedText.d.ts.map