UNPKG

@slashid/react

Version:

React SDK for the /id platform

14 lines 575 B
import React from "react"; import { ISlashIDContext } from "./slash-id-context"; import { TextConfig } from "../components/text/constants"; type TestProviderProps = Partial<ISlashIDContext> & { children: React.ReactNode; }; export declare const TestSlashIDProvider: React.FC<TestProviderProps>; export type TestTextProviderProps = { children: React.ReactNode; text: TextConfig; }; export declare const TestTextProvider: ({ children, text }: TestTextProviderProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=test-providers.d.ts.map