@slashid/react
Version:
React SDK for the /id platform
9 lines • 467 B
TypeScript
import { PropsWithChildren } from "react";
import { TextConfig } from "../text/constants";
import { FactorConfiguration } from "../../domain/types";
export type ConfigurationOverridesProps = {
factors?: FactorConfiguration[];
text?: Partial<TextConfig>;
};
export declare function ConfigurationOverrides({ factors, text, children, }: PropsWithChildren<ConfigurationOverridesProps>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map