@builder.io/mitosis
Version:
Write components once, run everywhere. Compiles to Vue, React, Solid, and Liquid. Import code from Figma and Builder.io
17 lines (16 loc) • 549 B
TypeScript
export declare const getAngularCoreImportsAsString: ({ refs, output, input, model, onPush, effect, signal, AfterViewInit, OnDestroy, computed, viewChild, viewContainerRef, templateRef, renderer, }: {
refs: boolean;
output: boolean;
input: boolean;
model: boolean;
onPush: boolean;
AfterViewInit: boolean;
OnDestroy: boolean;
effect: boolean;
signal: boolean;
computed: boolean;
viewChild: boolean;
viewContainerRef: boolean;
templateRef: boolean;
renderer?: boolean | undefined;
}) => string;