propapier/shared/ButtonGroup.ts
webfussel 85e6035a9a add: iteration 1 finished
Finished simple calculator iteration
2025-04-07 18:52:48 +02:00

5 lines
No EOL
77 B
TypeScript

export type Button = {
label : string
icon : string
active ?: boolean
}