UNPKG

tplus-mobilelogin

Version:

password login module

13 lines (12 loc) 277 B
import Login from './Login'; import IframeView from "../view/IframeView"; declare const _default: ({ path: string; exact: boolean; component: typeof Login; } | { path: string; exact: boolean; component: typeof IframeView; })[]; export default _default;