Skip to content

Commit

Permalink
comment: RainbowSpinner 컴포넌트 jsdoc 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Jul 26, 2024
1 parent 68d500e commit 87dca04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/wow-ui/src/components/Spinner/RainbowSpinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import type { CSSProperties } from "react";

import rainbowSpinner from "@/assets/lottie/rainbowSpinner.json";

/**
* @description 레인보우 스피너 컴포넌트입니다.
*
* @param {CSSProperties["width"]} [width] - 스피너의 너비.
* @param {CSSProperties["height"]} [height] - 스피너의 높이.
*/
export interface RainbowSpinnerProps {
width?: CSSProperties["width"];
height?: CSSProperties["height"];
Expand Down

0 comments on commit 87dca04

Please sign in to comment.