UNPKG

@ui-machines/tabs

Version:

Core logic for the tabs widget implemented as a state machine

4 lines (3 loc) 150 B
export { connect } from "./tabs.connect"; export { machine } from "./tabs.machine"; export type { MachineContext, MachineState } from "./tabs.types";