From ee42170f7bb725c925398ca50affea9696111719 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 24 Aug 2020 09:32:39 -0400 Subject: [PATCH] Add slot docs --- src/components/image-comparer/image-comparer.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/image-comparer/image-comparer.tsx b/src/components/image-comparer/image-comparer.tsx index 7f73b54d5..67d6e736c 100644 --- a/src/components/image-comparer/image-comparer.tsx +++ b/src/components/image-comparer/image-comparer.tsx @@ -5,6 +5,9 @@ import { clamp } from '../../utilities/math'; * @since 2.0 * @status experimental * + * @slot before - The before image, an `` or `` element. + * @slot after - The after image, an `` or `` element. + * * @part base - The component's base wrapper. * @part before - The container that holds the "before" image. * @part after - The container that holds the "after" image.