synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
20 lines • 760 B
TypeScript
/**
* TODO: SWC-5612 - Replace token prop with SynapseContext.accessToken
*
* This wasn't done because Enzyme's shallow renderer is not currently
* compatible with the `contextType` field in the React 16+ context API.
*
* This can be fixed by rewriting tests to not rely on the shallow renderer.
*
* See here: https://github.com/enzymejs/enzyme/issues/1553
*/
export type SynapseFormSubmissionGridProps = {
token?: string;
formGroupId: string;
pathpart: string;
formClass?: string;
itemNoun: string;
};
export declare function SynapseFormSubmissionGrid(props: SynapseFormSubmissionGridProps): import("react/jsx-runtime").JSX.Element;
export default SynapseFormSubmissionGrid;
//# sourceMappingURL=SynapseFormSubmissionGrid.d.ts.map