UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

14 lines (13 loc) 572 B
/** * styles from https://github.com/alibaba/lowcode-plugins/blob/main/packages/base-monaco-editor/src/index.scss */ export declare const useStyles: (props?: { minimapEnabled?: boolean | undefined; isFullScreen?: boolean | undefined; diff?: boolean | undefined; variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined; } | undefined) => import("antd-style").ReturnStyles<{ base: import("antd-style").SerializedStyles; fullScreenBtn: import("antd-style").SerializedStyles; loading: import("antd-style").SerializedStyles; }>;