@yelon/theme
Version:
ng-yunzai theme system library.
11 lines (10 loc) • 486 B
TypeScript
import * as i0 from "@angular/core";
export declare class SettingDrawerItemComponent {
i: any;
set data(val: any);
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>;
}