UNPKG

@lobehub/ui

Version:

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

3 lines 124 B
import { FreezeProps } from "./type.mjs"; import Freeze from "./Freeze.mjs"; export { type FreezeProps, Freeze as default };