UNPKG

@krowdy/kds-auth

Version:

React components that implement Google's Material Design.

11 lines (7 loc) 196 B
import React from 'react' export type OnetapAuthProps = { children?: any; customMainText?: String }; declare var OnetapAuth: React.ComponentType<OnetapAuthProps>; export default OnetapAuth