@tohuhono/puck-blocks
Version:
A collection of puck components for building pages in OberonCMS
14 lines • 413 B
TypeScript
export declare const Container: {
fields: {
className: {
type: "text";
};
content: {
type: "slot";
};
};
render: ({ className, content: Content }: import("@puckeditor/core").WithId<import("@puckeditor/core").WithPuckProps<{
[x: string]: any;
}>>) => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=container.d.ts.map