This commit is contained in:
2026-03-03 05:36:56 +01:00
parent d1ae498a2f
commit 57f1ecf5c3
7 changed files with 217 additions and 20 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
import {
import React, {
AnchorHTMLAttributes,
ButtonHTMLAttributes,
ComponentProps,
@@ -35,8 +35,8 @@ export type TWUIButtonProps = DetailedHTMLProps<
AnchorHTMLAttributes<HTMLAnchorElement>,
HTMLAnchorElement
>;
beforeIcon?: TWUILucideIconName | JSX.Element;
afterIcon?: TWUILucideIconName | JSX.Element;
beforeIcon?: TWUILucideIconName | React.JSX.Element;
afterIcon?: TWUILucideIconName | React.JSX.Element;
buttonContentProps?: DetailedHTMLProps<
HTMLAttributes<HTMLDivElement>,
HTMLDivElement