UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

19 lines (18 loc) 487 B
import { FlexboxProps } from "../../Flex/type.mjs"; import "../../Flex/index.mjs"; import { CSSProperties, Ref } from "react"; //#region src/awesome/AuroraBackground/type.d.ts interface AuroraBackgroundProps extends FlexboxProps { classNames?: { content?: string; wrapper?: string; }; ref?: Ref<HTMLDivElement>; styles?: { content?: CSSProperties; wrapper?: CSSProperties; }; } //#endregion export { AuroraBackgroundProps }; //# sourceMappingURL=type.d.mts.map