UNPKG

mic-inspector

Version:

A react inspector which a most similar of Chorme DevTools inspector

8 lines (7 loc) 316 B
import React from 'react'; import { GetterValueProps } from './types'; /** * Getter type value that's one type of property value types * @param param0 GetterValueProps */ export declare function GetterValue({ className, owner, value, onAccess: onAccessCallback, ...props }: GetterValueProps): React.ReactElement;