UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
src
/
components
/
Table
/
index.ts
7 lines
(6 loc)
•
209 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
{
default
}
from
"./Table"
;
export
*
from
"./Table"
;
export
{
default
as
Pagination
}
from
"./Pagination"
;
export
*
from
"./Pagination"
;
export
*
from
"./model/direction"
;
export
*
from
"./model/sort"
;