UNPKG

@lobehub/ui

Version:

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

9 lines 273 B
import { FreezeProps } from "./type.mjs"; //#region src/Freeze/Freeze.d.ts declare const Freeze: { ({ frozen, children }: FreezeProps): import("react").JSX.Element; displayName: string; }; //#endregion export { Freeze as default }; //# sourceMappingURL=Freeze.d.mts.map