kc-plate-editor 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import { Toolbar } from './toolbar';
2
2
  export interface FixedToolbarProps extends React.ComponentProps<typeof Toolbar> {
3
- /** 工具栏是否吸顶,默认 true */
4
3
  sticky?: boolean;
4
+ fullWidth?: boolean;
5
5
  }
6
- export declare function FixedToolbar({ sticky, ...props }: FixedToolbarProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function FixedToolbar({ sticky, fullWidth, ...props }: FixedToolbarProps): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,6 @@
1
1
  import { DropdownMenuProps } from '@radix-ui/react-dropdown-menu';
2
- export declare function MoreToolbarButton(props: DropdownMenuProps): import("react/jsx-runtime").JSX.Element;
2
+ export interface MoreToolbarButtonProps extends DropdownMenuProps {
3
+ /** 是否显示公式选项 */
4
+ showEquation?: boolean;
5
+ }
6
+ export declare function MoreToolbarButton({ showEquation, ...props }: MoreToolbarButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ll=require("./index-CnQ4xIjp.js");/*! *****************************************************************************
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ll=require("./index-CsBEuuNR.js");/*! *****************************************************************************
2
2
  Copyright (c) Microsoft Corporation.
3
3
 
4
4
  Permission to use, copy, modify, and/or distribute this software for any