ag-charts-community
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
6 lines (5 loc) • 314 B
TypeScript
export declare function createDeprecationWarning(): (key: string, message?: string) => void;
export declare function Deprecated(message?: string, opts?: {
default?: any;
}): PropertyDecorator;
export declare function DeprecatedAndRenamedTo(newPropName: any, mapValue?: (value: any) => any): PropertyDecorator;