Searched defs:withNotificationSounds (Results 1 – 6 of 6) sorted by relevance
4 export declare const withNotificationSounds: ConfigPlugin<{ constant
27 export declare const withNotificationSounds: ConfigPlugin<{ constant
17 const withNotificationSounds = (config, { sounds }) => { function
57 const withNotificationSounds = (config, { sounds }) => { function
27 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant
80 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant