survey-angular-ui
Version:
A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.
14 lines (13 loc) • 701 B
TypeScript
import { EmbeddedViewContentComponent } from "../../embedded-view-content.component";
import * as i0 from "@angular/core";
export declare class SvgIconRegisteredComponent extends EmbeddedViewContentComponent {
size?: number | string;
width?: number;
height?: number;
iconName: string;
className?: string;
css?: string;
title?: string;
static ɵfac: i0.ɵɵFactoryDeclaration<SvgIconRegisteredComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SvgIconRegisteredComponent, "sv-svg-icon", never, { "size": "size"; "width": "width"; "height": "height"; "iconName": "iconName"; "className": "className"; "css": "css"; "title": "title"; }, {}, never, never>;
}