UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

8 lines (7 loc) 272 B
/** * useTabsRouting is an internal hook that makes the Tab read and write to the tab state encoded in the URL. */ export declare const useTabsRouting: (routingKey: string | null) => { routerValue: string | undefined; navigateTab: (tabValue: string) => void; };