UNPKG

@visx/text

Version:
5 lines 223 B
/// <reference types="react" /> import type { TextProps as TxtProps } from './types'; export declare type TextProps = TxtProps; export default function Text(props: TextProps): JSX.Element; //# sourceMappingURL=Text.d.ts.map