UNPKG
@corgicoding-el/data-pagination
Version:
latest (2.0.9)
2.0.9
2.0.8
2.0.7
2.0.6
2.0.3
基于element-plus的分页组件
@corgicoding-el/data-pagination
/
lib
/
index.d.ts
5 lines
(3 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
DataPagination
}
from
'./DataPagination.vue'
;
export
type
{
DataPaginaitonProps
}
from
'./types'
;
export
default
DataPagination
;