UNPKG

@ibyar/cli

Version:

The Ibyar/Aurora CLI tool

4 lines 244 B
export type SignalKey = 'input' | 'output' | 'formValue' | 'view' | 'viewChild' | 'viewChildren'; export type SignalDetails = Partial<Record<SignalKey, string>>; export declare const SIGNAL_NAMES: string[]; //# sourceMappingURL=signals.d.ts.map