Skip to content

Commit

Permalink
feat(SVG): update JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Aug 31, 2023
1 parent e453a1d commit 8c0aaf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/loaders/SVG/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface SVGProps {
* Fill material properties
*
* @type {MeshBasicMaterialParameters}
* @default {}
* @default undefined
* @memberof SVGProps
*
**/
Expand All @@ -50,7 +50,7 @@ interface SVGProps {
* Stroke material properties
*
* @type {MeshBasicMaterialParameters}
* @default {}
* @default undefined
* @memberof SVGProps
*
**/
Expand All @@ -60,7 +60,7 @@ interface SVGProps {
* Fill Mesh properties
*
* @type {TresOptions}
* @default {}
* @default undefined
* @memberof SVGProps
*
**/
Expand All @@ -70,7 +70,7 @@ interface SVGProps {
* Stroke Mesh properties
*
* @type {TresOptions}
* @default {}
* @default undefined
* @memberof SVGProps
*
**/
Expand Down

0 comments on commit 8c0aaf6

Please sign in to comment.