UNPKG

@slashid/react

Version:

React SDK for the /id platform

6 lines 223 B
import { TextProps } from "@slashid/react-primitives"; import { TextConfig } from "./constants"; type Props = TextProps<TextConfig>; export declare const Text: React.FC<Props>; export {}; //# sourceMappingURL=index.d.ts.map