UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

9 lines (7 loc) 386 B
/// <reference types="react" /> import { AuthenticationKindsLogic } from "@docsvision/webclient/BackOffice/AuthenticationKindsLogic"; import { AuthenticationKindsView } from "@docsvision/webclient/BackOffice/AuthenticationKindsView"; export declare function AuthenticationKindsContainer(props: { logic: AuthenticationKindsLogic; view: AuthenticationKindsView; }): JSX.Element;