@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
5 lines (4 loc) • 322 B
TypeScript
import { type Tree } from '@angular-devkit/schematics';
import { type TuiSchema } from '../../../ng-add/schema';
export declare const TUI_THICKNESS_COMMENT = "use --tui-thumb-size. Learn more: https://taiga-ui.dev/components/slider#size";
export declare function migrateCssVariables(tree: Tree, options: TuiSchema): void;