UNPKG

form-test-victor

Version:

# Performant forms and wizard library for React

4 lines 273 B
import { Dispatch, ReactNode, SetStateAction } from 'react'; export declare type PlaceholderContent = Record<string, ReactNode>; export declare type PlaceholderContentSetter = Dispatch<SetStateAction<PlaceholderContent>>; //# sourceMappingURL=PlaceholderContent.d.ts.map