claude-web/node_modules/@primeuix/themes/dist/lara/tabview/index.d.ts

21 lines
818 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
import type { TabViewTokenSections } from '@primeuix/themes/types/tabview';
export * from '@primeuix/themes/types/tabview';
declare const root: TabViewTokenSections.Root;
declare const tabList: TabViewTokenSections.TabList;
declare const tab: TabViewTokenSections.Tab;
declare const tabPanel: TabViewTokenSections.TabPanel;
declare const navButton: TabViewTokenSections.NavButton;
declare const colorScheme: TabViewTokenSections.ColorScheme;
declare const _default: {
root: TabViewTokenSections.Root;
tabList: TabViewTokenSections.TabList;
tab: TabViewTokenSections.Tab;
tabPanel: TabViewTokenSections.TabPanel;
navButton: TabViewTokenSections.NavButton;
colorScheme: TabViewTokenSections.ColorScheme;
};
export { colorScheme, _default as default, navButton, root, tab, tabList, tabPanel };