chore(client): fix type def
This commit is contained in:
		
							parent
							
								
									a107dff4d6
								
							
						
					
					
						commit
						f997b7dff2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -6,7 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| <script lang="ts" setup> | <script lang="ts" setup> | ||||||
| const props = withDefaults(defineProps<{ | const props = withDefaults(defineProps<{ | ||||||
| 	minWidth: number; | 	minWidth?: number; | ||||||
| }>(), { | }>(), { | ||||||
| 	minWidth: 210, | 	minWidth: 210, | ||||||
| }); | }); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue