UNPKG

phx-react

Version:

PHX REACT

11 lines (10 loc) 263 B
import React from 'react'; interface PHXLoginV3Props { banner?: any; logo?: any; router?: any; redirectPath?: any; buttonColor?: any; } export declare const PHXLoginV3: (props: PHXLoginV3Props) => React.JSX.Element; export default PHXLoginV3;