UNPKG
preview-gallery
Version:
latest (5.6.8)
5.7.5
5.6.8
5.6.7
5.6.6
5.6.5
5.5.5
5.5.4
4.5.4
4.4.4
4.3.4
4.2.4
3.2.4
3.1.4
3.1.3
3.0.3
3.0.2
3.0.1
1.0.1
0.0.1
Angular library for previewing photos before uploading
preview-gallery
/
directives
/
preview-btn.directive.d.ts
8 lines
(7 loc)
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
i0
from
"@angular/core"
;
export
declare
class
PreviewBtnDirective
{
constructor
(
);
onClick
():
void
;
static
ɵ
fac
: i0.ɵɵ
FactoryDeclaration
<
PreviewBtnDirective
,
never
>;
static
ɵ
dir
: i0.ɵɵ
DirectiveDeclaration
<
PreviewBtnDirective
,
"[preview-btn]"
,
never
, {}, {},
never
>; }