UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 213 B
import React from 'react'; export declare const SSOFirstScreen: ({ hidden, config, }: { hidden?: boolean; config?: { legalTextType?: 'community' | 'default'; }; }) => React.JSX.Element;