Files
keycloak_theme/lib/components/Info.d.ts
2021-03-07 14:40:20 +00:00

4 lines
171 B
TypeScript

/// <reference types="react" />
import type { KcProps } from "./KcProps";
export declare const Info: import("react").MemoExoticComponent<(props: KcProps) => JSX.Element>;