persona-community-5/.pnpm-store/v3/files/f7/84affb76960a7142c261d7f7bb7b314feee6c2a640219dfaff79c43ba225205e4904978d2ca80bd990f478a166c2591e4acd1d30b2b1259d1f68c219f7ed4b
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
415 B
Plaintext

export declare const zeroRightClassName = "right-scroll-bar-position";
export declare const fullWidthClassName = "width-before-scroll-bar";
export declare const noScrollbarsClassName = "with-scroll-bars-hidden";
/**
* Name of a CSS variable containing the amount of "hidden" scrollbar
* ! might be undefined ! use will fallback!
*/
export declare const removedBarSizeVariable = "--removed-body-scroll-bar-size";