UNPKG

@ucloud-fe/react-components

Version:
5 lines (4 loc) 150 B
declare const warning: (msg: string) => void; export default warning; declare const onceWarning: (msg: string) => () => void; export { onceWarning };