UNPKG
@ntragas/pouncejstest
Version:
latest (1.0.0)
1.0.0
A collection of UI components from Panther labs
github.com/panther-labs/pounce
panther-labs/pounce
@ntragas/pouncejstest
/
dist
/
esm
/
components
/
Dropdown
/
Dropdown.d.ts
6 lines
(5 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
{
MenuProps
as
ReachMenuProps
}
from
'@reach/menu-button'
;
export
declare
const
Dropdown
:
import
(
"react"
).
FC
<
ReachMenuProps
>;
export
declare
type
DropdownProps
=
ReachMenuProps
;
export
default
Dropdown
;