UNPKG

@wordpress/notices

Version:
9 lines 429 B
import * as actions from './actions'; import * as selectors from './selectors'; /** * Store definition for the notices namespace. * * @see https://github.com/WordPress/gutenberg/blob/HEAD/packages/data/README.md#createReduxStore */ export declare const store: import("@wordpress/data").StoreDescriptor<import("@wordpress/data").ReduxStoreConfig<unknown, typeof actions, typeof selectors>>; //# sourceMappingURL=index.d.ts.map