mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
+1
-1
@@ -56,7 +56,7 @@ export interface I18n {
|
||||
export type PartialI18n = Partial<Pick<I18n, 'search' | 'notfound'> & { categories: Partial<I18n['categories']> }>;
|
||||
|
||||
export interface CustomIcons {
|
||||
categories: Record<CategoryName, () => React.Component>;
|
||||
categories: Record<CategoryName, () => React.ReactNode>;
|
||||
}
|
||||
|
||||
export interface PickerProps {
|
||||
|
||||
Reference in New Issue
Block a user