UNPKG

react-reparenting

Version:
7 lines (6 loc) 150 B
/** * Prints a warning in the console. * * @param message - The warning message. */ export declare function warning(message: string): void;