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