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.