4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
import { ConfigPlugin } from '../../Plugin.types';
|
|
export declare const withNotifications: ConfigPlugin;
|
|
export default withNotifications;
|