UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

6 lines (5 loc) 139 B
/** * Warns only once for a specific message. * @param msg The message to warn. */ export default function warnOnce(msg: string): void;