import { Identifier, RaRecord } from 'ra-core'; export type RowClickFunction = (id: Identifier, resource: string, record: RecordType) => string | false | Promise; //# sourceMappingURL=types.d.ts.map