Skip to content

Commit 43599a3

Browse files
committed
fix: remove redundant interface prop
1 parent 703958e commit 43599a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/components/all/src/text/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export interface TextProps extends React.HTMLAttributes<HTMLElement> {
1010
margin?: boolean;
1111
type?: "huge" | keyof Pick<ReactHTML, "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p">;
1212
variation?: TextVariation | TextVariation[];
13-
children?: React.ReactNode | React.ReactNode[];
1413
as?: keyof ReactHTML | React.ReactElement;
1514
}
1615

0 commit comments

Comments
 (0)