UNPKG

mui-extended

Version:

Extended UI Components built on Material UI

4 lines (3 loc) 254 B
export declare const debugRender: (name: string) => void; export declare const debugPropChanges: (prevProps: Record<string, unknown>, nextProps: Record<string, unknown>) => void; export declare const debugEvent: (event: string, message: string) => void;