3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
export declare const overrideHeight: (newHeight: number) => void;
|
|
export declare const getHeight: () => number | null;
|