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
/
Tabs
/
Tabs.js
10 lines
(7 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
void
0
;
var
_tabs =
require
(
"@reach/tabs"
);
exports
.
TabsOrientation
= _tabs.
TabsOrientation
;
var
_default = _tabs.
Tabs
;
exports
.
default
= _default;