Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])
  • Loading branch information
0x64 committed Mar 22, 2024
1 parent 0ff053b commit 43c24ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/ui/Layout/Cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ const CellBase = kind({
component: EnactPropTypes.renderable,

/**
* Customizes `Cell` together with `component` prop by mapping the supplied collection of CSS class
* names to the corresponding internal elements and states of the rendered component.
* Customizes `Cell` together with `component` prop.
*
* When using {@link ui/Layout.Cell}, the `css` prop is forwarded to the rendered component
* as `componentCss`.
* When using {@link ui/Layout.Cell}, the `componentCss` prop is passed to the rendered component
* as `css`.
*
* @type {Object}
* @public
Expand All @@ -74,7 +73,7 @@ const CellBase = kind({
/**
* Called with a reference to the root component.
*
* When using {@link ui/Layout.Cell}, the `ref` prop is forwarded to this component
* When using {@link ui/Layout.Cell}, the `ref` prop is forwarded to the rendered component
* as `componentRef`.
*
* @type {Object|Function}
Expand Down

0 comments on commit 43c24ea

Please sign in to comment.