@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
12 lines • 432 B
TypeScript
/// <reference types="react" />
import { IReactJSONSettingsV2 } from './IReactJSONSettingsV2';
/**
* Builds ReactJson object with FPS Defaults
*
* import { FPSReactJSON } from '@mikezimm/fps-library-v2/lib/components/atoms/ReactJSON/ReactJSONObjectV2';
*
* @param props
* @returns
*/
export declare function FPSReactJSON(props: IReactJSONSettingsV2): JSX.Element;
//# sourceMappingURL=ReactJSONObjectV2.d.ts.map