UNPKG

@cloakwp/blocks-react

Version:

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

5 lines (4 loc) 227 B
import React from "react"; import { type ReactGenericParentComponentWithCx } from "@cloakui/react-primitives"; export type ColumnsProps = ReactGenericParentComponentWithCx; export declare const Columns: React.FC<ColumnsProps>;