import { createComponentThemeContract } from '../../css/utils/create-component-theme-contract'; export const buttonContract = createComponentThemeContract('button', { sizes: { 'width-sm': null, 'width-md': null, 'width-lg': null, 'width-xl': null, 'width-2xl': null, }, fontSizes: { base: null, subtle: null, }, fontWeights: { base: null, }, });