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
/
page-tab
/
index.d.ts
3 lines
(2 loc)
•
70 B
TypeScript
View Raw
1
2
3
import
{
default
as
PageTab
}
from
'./index.vue'
;
export
{
PageTab
};