UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

16 lines 517 B
export type CreateTableViewWizardProps = { open: boolean; parentId: string; onCancel: () => void; onComplete: (newEntityId: string) => void; }; /** * Wizard to create a Synapse table, view, or other table type. * * See the README.md in this folder for a visualization of the flowchart * * @param props * @constructor */ export default function CreateTableViewWizard(props: CreateTableViewWizardProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CreateTableViewWizard.d.ts.map