UNPKG

@selfage/tabs

Version:

Common features to navigate between tabs.

5 lines (4 loc) 150 B
export declare class TabsSwitcher { private hidePreviousTab; show(showTab: () => Promise<void> | void, hideTab: () => void): Promise<void>; }