@ng-formworks/daisyui
Version:
Angular ng-formworks - JSON Schema Form builder using DaisyUI
12 lines (11 loc) • 555 B
TypeScript
import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';
import { DaisyUIFrameworkComponent } from './daisyui-framework.component';
import * as i0 from "@angular/core";
export declare class DaisyUIFramework extends CssFramework {
private duiOptions;
cssFWService: CssframeworkService;
framework: typeof DaisyUIFrameworkComponent;
constructor(duiOptions?: any);
static ɵfac: i0.ɵɵFactoryDeclaration<DaisyUIFramework, [{ optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<DaisyUIFramework>;
}