We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8f34a commit ec0dac2Copy full SHA for ec0dac2
1 file changed
packages/main/src/webComponents/Link/index.tsx
@@ -162,15 +162,6 @@ interface LinkAttributes {
162
interface LinkDomRef extends Required<LinkAttributes>, Ui5DomRef {}
163
164
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
-
174
/**
175
* Defines the text of the component.
176
*
0 commit comments