UNPKG

@brizy/media-gallery

Version:
4 lines (3 loc) 217 B
import { GenericEpic } from "~/redux/observable"; import { State } from "~/redux/types/State"; export declare const removeNotification: <T>(selector: (t: State) => T | undefined, key: string) => GenericEpic<unknown>;