7 lines
222 B
TypeScript
7 lines
222 B
TypeScript
import type { ScrollLockStep } from './overflow-store.js';
|
|
interface ContainerMetadata {
|
|
containers: (() => HTMLElement[])[];
|
|
}
|
|
export declare function handleIOSLocking(): ScrollLockStep<ContainerMetadata>;
|
|
export {};
|