import { Box } from '../Box'; import { Stack } from '../Box/Stack'; import type { IconButtonProps } from './IconButton'; import { IconButton } from './IconButton'; export default { component: IconButton, title: 'UI/IconButton', }; export const Usage = (args: IconButtonProps) => ( ); export const WithTooltip = (args: IconButtonProps) => ( );