Searched defs:withNotificationIcons (Results 1 – 6 of 6) sorted by relevance
10 export declare const withNotificationIcons: ConfigPlugin; constant
70 const withNotificationIcons = config => { function
17 export declare const withNotificationIcons: ConfigPlugin<{ constant
26 const withNotificationIcons = (config, { icon }) => { function
32 export const withNotificationIcons: ConfigPlugin = (config) => { constant
43 export const withNotificationIcons: ConfigPlugin<{ icon: string | null }> = (config, { icon }) => { constant