UNPKG

hotelier-lib

Version:

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

10 lines (9 loc) 251 B
import React from 'react'; export declare const metadata: { title: string; description: string; }; export default function AuthenticationPage({ signUpUrl, ...props }: { [x: string]: any; signUpUrl: any; }): React.JSX.Element;