@ohayojp/util
Version:
Universal toolset of ohayojp.
7 lines (6 loc) • 406 B
TypeScript
import { NzSafeAny } from 'ng-zorro-antd/core/types';
export declare const PREFIX = "[@ohayojp]:";
export declare const warn: (...args: NzSafeAny[]) => void;
export declare const deprecation11: (comp: string, from: string, to?: string | undefined) => void;
export declare const warnDeprecation: (...args: NzSafeAny[]) => void | (() => void);
export declare const log: (...args: NzSafeAny[]) => void;