DialogsContextcomponent

DialogsContext({ children }: DialogsContextProps): ReactElement
ParamType
propsDialogsContextProps
Props for <DialogsContext> — the children subtree the dialogs store is provided to. required
Return
ReactElement

Provider that creates a fresh DialogsStore and shares it with its subtree.