UNPKG

412 BTypeScriptView Raw
1import * as React from 'react';
2export interface LoginFooterProps extends React.HTMLProps<HTMLElement> {
3 /** Content rendered inside the footer of the login layout */
4 children?: React.ReactNode;
5 /** Additional props are spread to the container <footer> */
6 className?: string;
7}
8export declare const LoginFooter: React.FunctionComponent<LoginFooterProps>;
9//# sourceMappingURL=LoginFooter.d.ts.map
\No newline at end of file