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