UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

3 lines (2 loc) 167 B
declare const useWarning: (message: string, component?: string | undefined, level?: "error" | "warn" | "info" | "log" | undefined) => void; export default useWarning;