UNPKG
otp-code-component
Version:
latest (0.0.2)
0.0.2
0.0.1
Google Authenticator 验证组件
otp-code-component
/
dist
/
types
/
components
/
my-component
/
my-component.d.ts
17 lines
(16 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export declare
class
MyComponent
{ /** * The first name *
/ first: string; /
** * The middle name *
/ middle: string; /
** * The
last
name */
last
: string; private getText; render(): any; }