UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 207 B
import { ReactNode } from "react"; //#region src/Freeze/type.d.ts interface FreezeProps { children: ReactNode; frozen: boolean; } //#endregion export { FreezeProps }; //# sourceMappingURL=type.d.mts.map