UNPKG

@lobehub/ui

Version:

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

14 lines (12 loc) 323 B
import { createStaticStyles } from "antd-style"; //#region src/FluentEmoji/style.ts const styles = createStaticStyles(({ css: css$1 }) => { return { container: css$1` position: relative; line-height: 1; text-align: center; ` }; }); //#endregion export { styles }; //# sourceMappingURL=style.mjs.map