UNPKG

@zag-js/scroll-area

Version:

Core logic for the scroll-area widget implemented as a state machine

22 lines (21 loc) 544 B
export { anatomy } from "./scroll-area.anatomy" export { connect } from "./scroll-area.connect" export { machine } from "./scroll-area.machine" export * from "./scroll-area.props" export type { ScrollAreaApi as Api, ElementIds, ScrollAreaMachine as Machine, ScrollAreaProps as Props, ScrollbarProps, ScrollbarState, ScrollToDetails, ScrollToEdge, ScrollToEdgeDetails, ScrollAreaService as Service, ThumbProps, ScrollEasingFunction, ScrollbarHiddenState, ScrollbarEasing, ScrollRecord, } from "./scroll-area.types"