UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

8 lines (7 loc) 188 B
declare type SaveButtonProps = { text?: string; }; declare const _default: ({ message, ...props }: { message: string; } & SaveButtonProps) => JSX.Element; export default _default;