@fluent-form/core
Version:
An Angular dynamic forms library powered by Fluent API and JSON.
9 lines (8 loc) • 399 B
TypeScript
import { type PipeTransform } from '@angular/core';
import { type AbstractSchema } from '../schemas';
import * as i0 from "@angular/core";
export declare class RenderablePipe implements PipeTransform {
transform(schema: AbstractSchema): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<RenderablePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<RenderablePipe, "renderable", true>;
}