UNPKG

@bos-alpha/data

Version:

数据管理

10 lines (9 loc) 249 B
interface PropsType { initAuthType?: { type: string; }; disabled?: boolean; onDigestSave: (vals: any) => void; } export declare const AuthType: ({ initAuthType, disabled, onDigestSave }: PropsType) => JSX.Element; export {};