UNPKG
eiam-favorite-pages
Version:
latest (1.5.160)
1.5.160
1.5.158
1.5.157
1.5.156
1.5.155
1.5.154
1.5.151
1.5.150
1.5.149
1.5.148
1.5.147
1.5.146
1.5.145
1.5.144
1.5.143
1.5.142
1.5.141
1.5.140
1.5.139
1.5.138
1.5.137
1.5.136
1.5.135
1.5.134
1.5.133
1.5.132
1.5.131
1.5.130
1.5.129
1.5.128
1.5.127
1.5.126
1.5.125
1.5.124
1.5.123
1.5.122
1.5.121
1.5.120
Stencil Component Starter
eiam-favorite-pages
/
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; }