UNPKG

otp-code-component

Version:

Google Authenticator 验证组件

17 lines (16 loc) 248 B
export declare class MyComponent { /** * The first name */ first: string; /** * The middle name */ middle: string; /** * The last name */ last: string; private getText; render(): any; }