3 lines
212 B
TypeScript
3 lines
212 B
TypeScript
export declare const registerShape: (geoName: string, shapeName: string, shapeFun: any) => void;
|
|
export declare const registerAnimation: (animationType: string, animationName: string, animationFun: any) => void;
|