UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

14 lines (13 loc) 257 B
const emptyFn = () => { }; const DefaultTableState = { selectedRows: [], changeRowSelection: emptyFn, clearSelection: emptyFn, rowActionResult: null, setRowActionResult: emptyFn }; export { DefaultTableState }; //# sourceMappingURL=state.js.map