@ng-formworks/bootstrap5
Version:
Angular ng-formworks - JSON Schema Form builder using Bootstrap 5 UI
11 lines (10 loc) • 517 B
TypeScript
import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';
import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
import * as i0 from "@angular/core";
export declare class Bootstrap5Framework extends CssFramework {
cssFWService: CssframeworkService;
framework: typeof Bootstrap5FrameworkComponent;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5Framework, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Bootstrap5Framework>;
}