UNPKG

@up-group-ui/react-controls

Version:
11 lines (10 loc) 280 B
/// <reference types="react" /> import { PanelItemProps } from './types'; declare const UpDataPanelItem: { (props: PanelItemProps): JSX.Element; defaultProps: { displayMode: string; showOnlyNotEmptyValue: boolean; }; }; export default UpDataPanelItem;