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
/
components
/
icons.d.ts
5 lines
(4 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
export
declare
const
Inbox
:
() =>
JSX
.
Element
;
export
declare
const
ChevronDown
:
() =>
JSX
.
Element
;
export
declare
const
Search
:
() =>
JSX
.
Element
;