style(prettier): reset code style with prettier
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export * from './public'
|
||||
export * from './select'
|
||||
export * from './select'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export interface SelectItem {
|
||||
label?: String,
|
||||
value?: String
|
||||
}
|
||||
label?: string
|
||||
value?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user