chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface PaneDimensions {
|
||||
paneWidth: number;
|
||||
windowWidth: number;
|
||||
}
|
||||
export declare function getPaneDimensions(paneId: string): Promise<PaneDimensions | null>;
|
||||
Reference in New Issue
Block a user