synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 341 B
TypeScript
export type EntityViewScopeEditorProps = {
scopeIds: string[];
onChange: (scopeIds: string[]) => void;
isProjectView?: boolean;
disabled?: boolean;
};
export default function EntityViewScopeEditor(props: EntityViewScopeEditorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityViewScopeEditor.d.ts.map