UNPKG

advint-user-admin

Version:

开箱即用的后台管理基础用户系统组件

8 lines (7 loc) 456 B
import { UnionKey } from '@user-admin/types'; interface Props { /** The login module */ module?: UnionKey.LoginModule; } declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;