From 43c24ea35170c8e38b2979bb71d658ee60f04fb4 Mon Sep 17 00:00:00 2001 From: Seungcheon Baek <5037955+SeungcheonBaek@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:36:12 +0900 Subject: [PATCH] Update docs Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) --- packages/ui/Layout/Cell.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/ui/Layout/Cell.js b/packages/ui/Layout/Cell.js index 31d3919c4f..da12e15a25 100644 --- a/packages/ui/Layout/Cell.js +++ b/packages/ui/Layout/Cell.js @@ -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 @@ -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}