UNPKG

@doreamonjs/gate

Version:
20 lines (19 loc) 358 B
import './index.less'; export interface IConnect { config: string; } export interface IConnectApp { key: string; title: string; icon?: string; logo?: string; type?: 'text' | 'link' | 'action'; link?: { href: string; }; action?: { key: string; }; } declare const _default: any; export default _default;