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
/
stories
/
Page.d.ts
4 lines
(3 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
'./page.css'
;
export
declare
const
Page
:
React
.
FC
;