/** * The default export of the `@headstartwp/core` package. * * All of the framework-agnostic code is exposed here. * * ```tsx * import { PostsArchiveFetchStrategy } from "@headstartwp/core"; * ``` */ export * from './index'; /** * * ## @headstartwp/core/react * * The react export of the `@headstartwp/core` package. * * ### Usage * * ```tsx * import { BlocksRenderer } from "@headstartwp/core/react"; * ``` * */ export * as react from './react';