UNPKG

@cloakwp/blocks-react

Version:

UI component library for rendering Gutenberg core blocks via the CloakWP Block Renderer.

9 lines (8 loc) 409 B
/** * The following empty import, although weird & smelly, fixes a TS error (TS2742) * related to TS not being able to infer types from 'cloakwp', which is a "nested" dependency. * It allows TS to resolve types from `cloakwp`; note: the empty import doesn't affect bundle size * or runtime performance. */ // import {} from "cloakwp"; export { configurableBlockPreset } from "./configurableBlockPreset";