mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore: bump version (#2162)
This commit is contained in:
@@ -20,13 +20,13 @@ import {
|
||||
} from '../styles';
|
||||
import { SearchContent } from './SearchContent';
|
||||
|
||||
export type PinboardMenuProps = {
|
||||
export interface PinboardMenuProps extends PureMenuProps {
|
||||
metas: PageMeta[];
|
||||
currentMeta: PageMeta;
|
||||
blockSuiteWorkspace: BlockSuiteWorkspace;
|
||||
showRemovePinboard?: boolean;
|
||||
onPinboardClick?: (p: { dragId: string; dropId: string }) => void;
|
||||
} & PureMenuProps;
|
||||
}
|
||||
|
||||
export const PinboardMenu = ({
|
||||
metas: propsMetas,
|
||||
|
||||
Reference in New Issue
Block a user