// This is _not_ supposed to be a real API. It's only intended to describe what // I'm looking for. It's almost intentionally awful. export const buttonHook = new OverrideHook({ properties: ['margin'], }); export default function Button(props) { return (