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

4 lines 448 B
export type CreateOrUpdateAccessRequirementWizardStep = 'SET_AR_COMMON_FIELDS' | 'SET_MANAGED_AR_FIELDS' | 'SET_MANAGED_AR_ACL_PERMISSIONS' | 'SET_BASIC_AR_FIELDS'; export declare function getDialogTitle(step: CreateOrUpdateAccessRequirementWizardStep, isEditing: boolean): string; export declare function isLastStep(step: CreateOrUpdateAccessRequirementWizardStep): boolean; //# sourceMappingURL=CreateOrUpdateAccessRequirementWizardUtils.d.ts.map