Files
terminal/web/node_modules/@xobotyi/scrollbar-width/dist/index.d.ts
T

6 lines
156 B
TypeScript

export interface IScrollbarWidth {
(force?: boolean): number | undefined;
__cache?: number;
}
export declare const scrollbarWidth: IScrollbarWidth;