react-select-table
Version:
React table component with selectable items
13 lines (12 loc) • 336 B
TypeScript
export function getRowBounds(row: any): {
top: any;
bottom: any;
} | null;
export const RowAttributes: any;
declare const _default: ({ gestureTarget, onDualTap, onDualTapDirect, ...props }: {
[x: string]: any;
gestureTarget: any;
onDualTap: any;
onDualTapDirect: any;
}) => JSX.Element;
export default _default;