Initial commit
This commit is contained in:
7
dist/index.d.ts
vendored
Normal file
7
dist/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare class BimEngine {
|
||||
private container;
|
||||
constructor(container: HTMLElement | string);
|
||||
private init;
|
||||
}
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user