UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

9 lines (8 loc) 363 B
import type { UpdateRecorder } from '@angular-devkit/schematics'; import type { DevkitFileSystem } from 'ng-morph'; import type { TemplateResource } from '../../../interfaces'; export declare function migrateFocusable({ resource, recorder, fileSystem, }: { fileSystem: DevkitFileSystem; recorder: UpdateRecorder; resource: TemplateResource; }): void;