@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
27 lines (26 loc) • 871 B
TypeScript
import { VerticalAlign } from '../../../../enums/index.js';
export declare const DEFAULT_COLUMN_WIDTH = 60;
export declare const DefaultColumn: {
Filter: import("react").FC<any>;
minWidth: number;
vAlign: VerticalAlign;
Grouped: (props: any) => import("react/jsx-runtime").JSX.Element;
Cell: ({ cell: { value, isGrouped }, column, row, webComponentsReactProperties }: {
cell: {
value?: string;
isGrouped: any;
};
column: any;
row: any;
webComponentsReactProperties: any;
}) => import("react/jsx-runtime").JSX.Element;
Expandable: {
(props: any): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
RepeatedValue: () => any;
PopIn: {
(instance: any): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
};