mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
feat: Intra-line double link interaction
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import clsx from 'clsx';
|
||||
import style9 from 'style9';
|
||||
|
||||
import { SvgIconProps } from '../svg-icon';
|
||||
import { BaseButton } from './base-button';
|
||||
|
||||
@@ -35,7 +34,7 @@ const styles = style9.create({
|
||||
|
||||
type ListButtonProps = {
|
||||
className?: string;
|
||||
onClick: () => void;
|
||||
onClick?: () => void;
|
||||
onMouseOver?: () => void;
|
||||
content?: string;
|
||||
children?: () => JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user