Searched defs:withNotificationIconColor (Results 1 – 6 of 6) sorted by relevance
11 export declare const withNotificationIconColor: ConfigPlugin; constant
77 const withNotificationIconColor = config => { function
20 export declare const withNotificationIconColor: ConfigPlugin<{ constant
38 const withNotificationIconColor = (config, { color }) => { function
42 export const withNotificationIconColor: ConfigPlugin = (config) => { constant
55 export const withNotificationIconColor: ConfigPlugin<{ color: string | null }> = ( constant