@ferdiunal/refinedev-shadcn-ui
Version:
theme for refine.dev with shadcn-ui
12 lines • 450 B
TypeScript
import { BaseRecord, HttpError } from "@refinedev/core";
import { UseTableReturnType } from "@refinedev/react-table";
import { PropsWithChildren } from "react";
type CheckAllProps = PropsWithChildren & {
table: UseTableReturnType<BaseRecord, HttpError>;
};
export declare const CheckAll: {
({ table, children }: CheckAllProps): import("react/jsx-runtime").JSX.Element;
actions(): void;
};
export {};
//# sourceMappingURL=checkall.d.ts.map