⚠️ refactor (form): refactor label component for improved styling and responsiveness
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { ComponentType } from '@unovis/ts'
|
||||
// import type { ComponentType } from '@unovis/ts'
|
||||
import type { Component } from 'vue'
|
||||
|
||||
export interface ListItemDto {
|
||||
id: number
|
||||
@@ -6,6 +7,8 @@ export interface ListItemDto {
|
||||
code: string
|
||||
}
|
||||
|
||||
export type ComponentType = Component
|
||||
|
||||
export interface RecComponent {
|
||||
idx?: number
|
||||
rec: object
|
||||
|
||||
Reference in New Issue
Block a user