UNPKG
sani-components
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
This is a react ui library for several components like form, button etc
sani-components
/
src
/
index.ts
4 lines
(2 loc)
•
108 B
text/typescript
View Raw
1
2
3
4
export
*
from
"./components/buttons/BorderButton.js"
;
export
*
from
"./components/sceletons/Button.js"
;