5 lines
No EOL
77 B
TypeScript
5 lines
No EOL
77 B
TypeScript
export type Button = {
|
|
label : string
|
|
icon : string
|
|
active ?: boolean
|
|
} |