UNPKG

hotelier-lib

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

13 lines (12 loc) 357 B
import React from 'react'; export declare const metadata: { title: string; description: string; }; export default function ResetPasswordPage({ loginUrl, forgotPassword, title, subTitle, ...props }: { [x: string]: any; loginUrl: any; forgotPassword?: boolean; title?: string; subTitle?: string; }): React.JSX.Element;