]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-type/formly-input-type.component.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / forms / crud-form / formly-input-type / formly-input-type.component.ts
CommitLineData
1e59de90
TL
1import { Component } from '@angular/core';
2import { FieldType, FieldTypeConfig } from '@ngx-formly/core';
3
4@Component({
5 selector: 'cd-formly-input-type',
6 templateUrl: './formly-input-type.component.html',
7 styleUrls: ['./formly-input-type.component.scss']
8})
9export class FormlyInputTypeComponent extends FieldType<FieldTypeConfig> {}