// MH5 控制（解析控制，预注册 §3.1 补写）：只证「被测入口解析得到」。
// 🔴 它红 ⇒ 是我的 paths 对 DS 那半边映射坏了，d.ts 根本没进 program，
//    ⛔ 不是「双写失效」。与 MH2 分治两半映射。
import type { ButtonSize } from '@ux-team/tvu-design-system/web-components'

const size: ButtonSize = 'M'
export const used: string = size
