import { style } from '@vanilla-extract/css'; import { buttonReset } from '../css'; export const item = style([buttonReset, { display: 'inline-block' }]);