@delon/theme
Version:
ng-alain theme system library.
12 lines (11 loc) • 557 B
TypeScript
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
import * as i0 from "@angular/core";
export declare class SettingDrawerItemComponent {
i: NzSafeAny;
set data(val: NzSafeAny);
pxVal: number;
pxChange(val: number): void;
format: (value: number) => string;
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDrawerItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDrawerItemComponent, "setting-drawer-item", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
}