feat: Intra-line double link interaction

This commit is contained in:
xiaodong zuo
2022-08-18 16:22:45 +08:00
parent 879a208034
commit 919e0d08d5
18 changed files with 859 additions and 460 deletions
+1 -2
View File
@@ -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;