UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (11 loc) 420 B
/// <reference types="react" /> export interface IAccessInheritanceButtonsProps { inheritanceEnabled: boolean; visible: boolean; canChangeInheritance: boolean; disablingInheritance: boolean; enablingInheritance: boolean; onDisableInheritance: () => void; onEnableInheritance: () => void; } export declare function AccessInheritanceButtons(props: IAccessInheritanceButtonsProps): JSX.Element;