mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
parent
26b896da0d
commit
a82a0b7c16
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user