3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
export declare const overrideWidth: (newWidth: number) => void;
|
|
export declare const getWidth: () => number | null;
|