UNPKG

@empathyco/x-components

Version:
7 lines 156 B
/** * Types allow for values of scroll direction. * * @public */ export type ScrollDirection = 'UP' | 'DOWN'; //# sourceMappingURL=scroll.types.d.ts.map