UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

8 lines 280 B
export type ActionableButtonProps = { type: "save" | "export" | "import"; }; export type ActionableButtonValues = { label: string; }; export declare function useActionableButton({ type, }: ActionableButtonProps): ActionableButtonValues; //# sourceMappingURL=index.d.ts.map