@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
15 lines (14 loc) • 436 B
text/typescript
import { FlexboxProps } from "../Flex/type.mjs";
import "../Flex/index.mjs";
import { ReactNode } from "react";
import { FooterProps } from "rc-footer";
//#region src/Footer/type.d.ts
interface FooterProps$1 extends FlexboxProps {
bottom?: ReactNode;
columns: FooterProps['columns'];
contentMaxWidth?: number;
theme?: 'light' | 'dark';
}
//#endregion
export { FooterProps$1 as FooterProps };
//# sourceMappingURL=type.d.mts.map