Skip to content

Commit

Permalink
Clean up jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMora committed Dec 10, 2024
1 parent debf55f commit 1d32d69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react/components/text/Text.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { StatesContext } from '@/context/providerStates'
* @param children {string} Text child
* @param level {TextLevels|number} Title size : 1-4
* @param inverted {Boolean} Text white color
* @param onClick {Function} onClick Event
* @param style {Object} Additional style
* @param typo {string} Text typo
* @param skeleton {Boolean} Text Skeleton
Expand Down
1 change: 0 additions & 1 deletion packages/react/components/text/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { useTrilogyContext } from '@/context/index'
* @param inverted {Boolean} Text white color
* @param level {TextLevels | number} Text size : 1-4
* @param typo {TypographyColor | TypographyTransform | TypographyBold | TypographyAlign} Typos
* @param onClick {Function} onClick Event
* @param skeleton {Boolean} Text Skeleton
* @param accessibilityLabel {string} Accessibility label
* @param marginless {boolean} Removes margin after Text
Expand Down

0 comments on commit 1d32d69

Please sign in to comment.