UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines (7 loc) 212 B
/** * Native no-op for useScrollGroup. * Scroll position groups are a web-only feature. */ export function useScrollGroup(_groupPath?: string) { // No-op on native - scroll position is handled differently }