UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

9 lines (7 loc) 206 B
type Options = { message: string; condition: boolean; type?: 'info' | 'error' | 'warning'; }; declare const useLogOnce: ({ message, condition, type, }: Options) => void; export { useLogOnce };