Skip to content

Commit ec0dac2

Browse files
committed
Link: remove duplicate default slot [ci chromatic]
1 parent 3a8f34a commit ec0dac2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

packages/main/src/webComponents/Link/index.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,6 @@ interface LinkAttributes {
162162
interface LinkDomRef extends Required<LinkAttributes>, Ui5DomRef {}
163163

164164
interface LinkPropTypes extends LinkAttributes, Omit<CommonProps, keyof LinkAttributes | 'children' | 'onClick'> {
165-
/**
166-
* Defines the text of the component.
167-
*
168-
* **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
169-
*
170-
* __Supported Node Type/s:__ `Array<Node>`
171-
*/
172-
children?: ReactNode | ReactNode[];
173-
174165
/**
175166
* Defines the text of the component.
176167
*

0 commit comments

Comments
 (0)