3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
import { Base } from './base';
|
|
export declare const Polygon: typeof Base;
|
import { Base } from './base';
|
|
export declare const Polygon: typeof Base;
|