@zag-js/tabs
Version:
Core logic for the tabs widget implemented as a state machine
9 lines (8 loc) • 574 B
TypeScript
export { anatomy } from './tabs.anatomy.js';
export { connect } from './tabs.connect.js';
export { machine } from './tabs.machine.js';
export { contentProps, props, splitContentProps, splitProps, splitTriggerProps, triggerProps } from './tabs.props.js';
export { TabsApi as Api, ContentProps, ElementIds, FocusChangeDetails, IntlTranslations, TabsMachine as Machine, NavigateDetails, TabsProps as Props, TabsService as Service, TriggerProps, TriggerState, ValueChangeDetails } from './tabs.types.js';
import '@zag-js/anatomy';
import '@zag-js/core';
import '@zag-js/types';