UNPKG
@redocly/react-dropdown-aria
Version:
latest (2.0.12)
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
Simple and accessible React dropdown component
github.com/jfangrad/react-dropdown-aria
@redocly/react-dropdown-aria
/
dist
/
index.d.ts
5 lines
(4 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
import
Dropdown
from
'./components/Dropdown'
;
export
default
Dropdown
;
export
{
OptionRendererFunction
,
ItemRenderer
,
Option
,
OptionGroup
,
DropdownOption
,
DropdownStyleDependantState
,
DropdownProps
, }
from
'./utils/types'
;
export
{
StyleKeys
}
from
'./utils/constants'
;