import type {Signal} from '@preact/signals-core'; export type ButtonProperties = { text: string | Signal; icon?: string | Signal; };