// Copyright 2025 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only import React from 'react'; import type { Meta } from '@storybook/react'; import { FunSticker, type FunStickerProps } from './FunSticker'; export default { title: 'Components/Fun/FunSticker', } satisfies Meta; export function Default(): JSX.Element { return ( <>

with reduce motion:

{/* eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex */}

without reduce motion:

); }