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