From 1b468078412f3a072ef6421b25fcc36e140bab6e Mon Sep 17 00:00:00 2001 From: sai chand Date: Fri, 28 Apr 2023 10:46:29 +0000 Subject: [PATCH] prettier --- docs/data/base/components/table-pagination/table-pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/base/components/table-pagination/table-pagination.md b/docs/data/base/components/table-pagination/table-pagination.md index d7f52d25e8d1c7..c86150f9761990 100644 --- a/docs/data/base/components/table-pagination/table-pagination.md +++ b/docs/data/base/components/table-pagination/table-pagination.md @@ -106,6 +106,7 @@ Use the `slots` prop to override the root or any other interior slot: ```jsx ``` + :::info The `slots` prop is available on all non-utility Base components. See [Overriding component structure](/base/guides/overriding-component-structure/) for full details. @@ -118,7 +119,6 @@ The following code snippet applies a CSS class called `my-spacer` to the spacer ``` - ## Customization ### Usage with TypeScript