mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	refactor(projects): update naive-ui.d.ts
This commit is contained in:
		
							
								
								
									
										2
									
								
								src/typings/naive-ui.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								src/typings/naive-ui.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -41,7 +41,7 @@ declare namespace NaiveUI {
 | 
			
		||||
  type GetTableData<A extends TableApiFn> = A extends TableApiFn<infer T> ? T : never;
 | 
			
		||||
 | 
			
		||||
  type NaiveTableConfig<A extends TableApiFn> = Pick<
 | 
			
		||||
    import('@sa/hooks').TableConfig<A, GetTableData<A>, TableColumn<NaiveUI.TableDataWithIndex<GetTableData<A>>>>,
 | 
			
		||||
    import('@sa/hooks').TableConfig<A, GetTableData<A>, TableColumn<TableDataWithIndex<GetTableData<A>>>>,
 | 
			
		||||
    'apiFn' | 'apiParams' | 'columns' | 'immediate'
 | 
			
		||||
  >;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user