UNPKG
pick-datetime-react
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Datetime picker for React
github.com/sonjoydatta/pick-datetime-react
sonjoydatta/pick-datetime-react
pick-datetime-react
/
dist
/
libs
/
components
/
SolidSVG
/
index.d.ts
7 lines
(6 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
FC
,
SVGAttributes
}
from
'react'
;
export
declare
type
SolidSVGProps
= {
path
:
string
; } &
SVGAttributes
<
SVGElement
>;
export
declare
const
SolidSVG
:
FC
<
SolidSVGProps
>;
export
*
from
'./paths'
;