copyright.d.ts 180 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 import { Point, Copyright } from './base/common' import { BaseControl } from './base/base-control' export declare class Copyright extends BaseControl { copyright: Copyright[] }