UNPKG
tako-custom-components
Version:
latest (0.0.2-rc4)
0.0.2
0.0.2-rc4
0.0.2-rc3
0.0.2-rc2
0.0.1
install ```bash npm i tako-custom-components ```
portafolio-thomas-koczan.vercel.app
tako-custom-components
/
dist
/
App.d.ts
4 lines
(3 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
import
'./App.css'
; declare
function
App
(
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
App
;