UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

6 lines (5 loc) 195 B
/** * 防止或允许页面滚动。 * @param {boolean} flag - 如果为 true,防止滚动。如果为 false,允许滚动。 */ export declare function preventScroll(flag: boolean): void;