UNPKG
advint-user-admin
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
开箱即用的后台管理基础用户系统组件
www.npmjs.com/package/advint-user-admin
advint-user-admin
/
lib
/
types
/
utils
/
createCustomNameComponent.d.ts
7 lines
(6 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Component
}
from
'vue'
;
interface
Options
{
name
?:
string
; }
export
declare
function
createCustomNameComponent
(
loader
: () =>
Promise
<
any
>,
options
?:
Options
):
() =>
Promise
<
Component
>;
export
{};