welcome-ui
Version:
Customizable design system with react, typescript, tailwindcss and ariakit.
9 lines (8 loc) • 680 B
TypeScript
import { TabProps } from './types';
export declare const TabComponent: import('../../utils').FunctionComponentWithAs<"button", TabProps>;
export declare const Tab: import('../../utils').FunctionComponentWithAs<"button", TabProps> & {
List: import('react').ForwardRefExoticComponent<import('./types').TabListProps & import('react').RefAttributes<HTMLDivElement>>;
Panel: import('react').ForwardRefExoticComponent<import('./types').TabPanelProps & import('react').RefAttributes<HTMLDivElement>>;
};
export { useTabStore as useTab } from '@ariakit/react';
export type { TabStore as UseTab, TabStoreProps as UseTabProps, TabStoreState as UseTabState, } from '@ariakit/react';