@atlaskit/app-provider
Version:
A top level provider for the Design System.
7 lines (6 loc) • 348 B
TypeScript
/**
* Compatibility adapter for applications that cannot call the hook directly, such as class-based
* roots. Function components should prefer `useScrollbarHarmonisation`. Both APIs use the shared
* rollout gate and should be used instead of managing the document attribute directly.
*/
export declare function ScrollbarHarmonisation(): null;