UNPKG
@ximax/layout
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A flexible and responsive layout system for Vue3 applications
@ximax/layout
/
dist
/
components
/
admin-layout
/
index.d.ts
5 lines
(4 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
AdminLayout
}
from
'./index.vue'
;
import
{
LAYOUT_MAX_Z_INDEX
,
LAYOUT_SCROLL_EL_ID
}
from
'./shared'
;
export
{
AdminLayout
};
export
{
LAYOUT_SCROLL_EL_ID
,
LAYOUT_MAX_Z_INDEX
};