UNPKG
react-fontpicker-ts
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.1.0
0.0.1
A Google font picker component for React
ae9is.github.io/react-fontpicker
ae9is/react-fontpicker
react-fontpicker-ts
/
dist
/
src
/
components
/
FontPreviews.d.ts
7 lines
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ReactNode
}
from
'react'
;
import
'../../font-preview/font-previews.css'
;
declare
const
FontPreviews
:
(
{ children }: { children?: ReactNode; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
FontPreviews
;
//# sourceMappingURL=FontPreviews.d.ts.map