gather-content-ui
Version:
GatherContent UI Library
9 lines • 343 B
TypeScript
import { HTMLAttributes } from "react";
declare function ColFieldBody({ children, className, ...props }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
declare namespace ColFieldBody {
var defaultProps: {
className: string;
};
}
export default ColFieldBody;
//# sourceMappingURL=ColFieldBody.d.ts.map