UNPKG

@wordpress/data

Version:
7 lines 215 B
/** * Internal dependencies */ import type { StoreDescriptor, AnyConfig } from '../types'; declare const coreDataStore: StoreDescriptor<AnyConfig>; export default coreDataStore; //# sourceMappingURL=index.d.ts.map