UNPKG

glass-app-manager

Version:

Informatica's Glass Framework CLI for bootstrapping

12 lines (8 loc) 239 B
// @flow import React from "react"; import type DialogProps from "./Dialog"; export type DialogContextProps = { ...DialogProps, id: string, }; export const DialogContext = React.createContext<DialogContextProps>({});