UNPKG

@lobehub/ui

Version:

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

30 lines (23 loc) 505 B
'use client'; import { createStaticStyles } from "antd-style"; //#region src/EditorSlashMenu/style.ts const styles = createStaticStyles(({ css: css$1 }) => ({ hiddenInput: css$1` position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; white-space: nowrap; clip: rect(0, 0, 0, 0); `, list: css$1` overflow: auto; max-height: 320px; ` })); //#endregion export { styles }; //# sourceMappingURL=style.mjs.map