UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 213 B
declare type LoginButtonProps = { loading?: boolean; text?: string; }; declare const _default: ({ message, ...props }: { message: string; } & LoginButtonProps) => JSX.Element; export default _default;