UNPKG

@visx/text

Version:
4 lines 211 B
import type { TextProps as TxtProps } from './types'; export type TextProps = TxtProps; export default function Text(props: TextProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Text.d.ts.map