UNPKG
@selfage/tabs
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.0
Common features to navigate between tabs.
github.com/selfage/tabs
selfage/tabs
@selfage/tabs
/
switcher.d.ts
5 lines
(4 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
TabsSwitcher
{
private
hidePreviousTab;
show
(
showTab
:
() =>
Promise
<
void
> |
void
,
hideTab
:
() =>
void
):
Promise
<
void
>; }