UNPKG

state-management-utilities

Version:
5 lines (4 loc) 154 B
import React from "react"; export declare const Log: React.MemoExoticComponent<typeof LogBase>; declare function LogBase(): React.JSX.Element; export {};