UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

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