dynamic-modal
Version:
The dynamic-modal is a solution of creation different modals into project using a json configuration file
5 lines (4 loc) • 324 B
TypeScript
import React from 'react';
import { IComponentState, IComponentStateProps } from '../../interfaces/component-state';
export declare const ComponentStateContext: React.Context<IComponentState>;
export declare const ComponentState: ({ children, components, }: IComponentStateProps) => import("react/jsx-runtime").JSX.Element;