UNPKG

@cloakwp/blocks-react

Version:

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

35 lines (34 loc) 1.26 kB
import React from "react"; import { type ReactGenericParentComponentWithCx } from "@cloakui/react-primitives"; export type ColumnProps = ReactGenericParentComponentWithCx<React.ReactNode | (() => React.ReactNode)> & { span: number; }; export declare const Column: React.ForwardRefExoticComponent<import("@cloakui/types").ComponentStyleProps<import("@cloakui/react-primitives").CSSPropertiesAndVariables, string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; })[] | { [x: string]: any; }> & { children?: React.ReactNode | (() => React.ReactNode); } & { span: number; } & React.RefAttributes<HTMLDivElement>>;