Skip to content

Commit e4be25d

Browse files
committed
docs(CImage): update JSDoc comments
1 parent 9f06751 commit e4be25d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/image/CImage.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import PropTypes from 'prop-types'
33
import classNames from 'classnames'
44

55
export interface CImageProps extends HTMLAttributes<HTMLImageElement> {
6+
/**
7+
* Set the horizontal aligment.
8+
*/
69
align?: 'start' | 'center' | 'end'
710
/**
811
* A string of all className you want applied to the component. [docs]

0 commit comments

Comments
 (0)