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
/
cjs
/
components
/
Dropdown
/
DropdownButton.js
11 lines
(8 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
exports
.
DropdownButton
=
void
0
;
var
_menuButton =
require
(
"@reach/menu-button"
);
var
DropdownButton
= _menuButton.
MenuButton
;
exports
.
DropdownButton
=
DropdownButton
;
var
_default =
DropdownButton
;
exports
.
default
= _default;