$css(` `); const defaults = { label: "button", action: () => {} }; export async function main(target, spec) { spec = { ...defaults, ...spec }; // todo }