@taiga-ui/kit
Version:
Taiga UI Angular main components kit
17 lines (16 loc) • 1.07 kB
TypeScript
import type { TuiStringHandler } from '@taiga-ui/cdk/types';
import type { TuiSizeS } from '@taiga-ui/core/types';
import type { TuiLikeOptions } from './like.options';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/core/directives/appearance";
export declare class TuiLike {
private readonly options;
private readonly resolver;
color: string;
uncheckedIcon: TuiStringHandler<TuiSizeS> | string;
checkedIcon: TuiStringHandler<TuiSizeS> | string;
size: TuiSizeS;
protected getIcon(state: keyof TuiLikeOptions['icons']): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLike, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLike, "input[tuiLike][type=checkbox]", never, { "color": { "alias": "tuiLike"; "required": false; }; "uncheckedIcon": { "alias": "uncheckedIcon"; "required": false; }; "checkedIcon": { "alias": "checkedIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }]>;
}