UNPKG

@scrolia/react-native

Version:
10 lines 328 B
import { Options } from "../../@types/options.js"; import { Format } from "ts-vista"; import * as React from "react"; /** Props for the `Provider` component. */ type ProviderProps = Format<Options & { children?: React.ReactNode; }>; /** Provider component. */ export { type ProviderProps }; //# sourceMappingURL=index.d.ts.map