UNPKG
pc-custom-components
Version:
latest (0.0.1-rc1)
0.0.1
0.0.1-rc1
Instalar
github.com/pabloc33/sb-components
pabloc33/sb-components
pc-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
;