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.d.ts
5 lines
(4 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
import
{
Tabs
,
TabsProps
as
ReachTabsProps
,
TabsOrientation
}
from
'@reach/tabs'
;
export
declare
type
TabsProps
=
ReachTabsProps
;
export
{
TabsOrientation
};
export
default
Tabs
;