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

10 lines 417 B
export type TableTypeSelectionProps = { onTableSelected: () => void; onViewSelected: () => void; }; /** * React component for the first step of creating a new table or view. * The user will decide if they want to create a Table or a View */ export default function TableTypeSelection(props: TableTypeSelectionProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TableTypeSelection.d.ts.map