UNPKG
@taeopia/react-table
Version:
latest (1.0.4)
1.0.4
This is a table library for use in React.
weezlely/taeopia
@taeopia/react-table
/
src
/
index.ts
7 lines
(6 loc)
•
167 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
"./components"
;
export
*
from
"./hooks"
;
export
*
from
"./modules"
;
export
*
from
"./lib"
;
export
type
*
from
"./types"
;
import
"./css/index.css"
;