import type { CSSProperties } from 'react' export const PROPERTY_CHIP_STYLE: CSSProperties = { borderRadius: 6, padding: '0 8px', height: 24, fontSize: 12, fontWeight: 500, }