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