Skip to content

Commit

Permalink
docs: JSDocs 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Nov 3, 2023
1 parent 9bd5e90 commit ceb7c91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Skeleton/Skeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ import type { ComponentPropsWithoutRef } from 'react';
import styled from 'styled-components';

export interface SkeletonProps extends ComponentPropsWithoutRef<'div'> {
/**
* Skeleton 컴포넌트의 너비값입니다.
*/
width?: string | number;
/**
* Skeleton 컴포넌트의 높이값입니다.
*/
height?: string | number;
}

Expand Down

0 comments on commit ceb7c91

Please sign in to comment.