@atlaskit/app-provider
Version:
A top level provider for the Design System.
8 lines (7 loc) • 306 B
TypeScript
/**
* Enables the harmonised scrollbar appearance for one document.
*
* Repeated installation is reference counted so separate React roots do not
* disable the appearance while another root still uses it.
*/
export declare function installScrollbarHarmonisation(targetDocument: Document): () => void;