UNPKG
@2e32/react-radio
Version:
latest (1.1.0)
1.1.0
1.0.0
A React radio component
github.com/2e32/react-radio
2e32/react-radio
@2e32/react-radio
/
dist
/
js
/
types
/
components
/
Label.d.ts
4 lines
•
215 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
declare
const
Label
:
(
{ className, ...rest }:
React
.
ComponentPropsWithoutRef
<
'label'
>
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
Label
;
//# sourceMappingURL=Label.d.ts.map