import { Identifier, RaRecord } from "../types.cjs";
export type RowClickFunctionBase<RecordType extends RaRecord = RaRecord> = (id: Identifier, resource: string, record: RecordType) => string | false | Promise<string | false>;
//# sourceMappingURL=types.d.ts.map