feat(SW-219): add ability to always stack buttons

This commit is contained in:
Chuma McPhoy
2024-09-11 15:40:41 +02:00
parent 3e08b3357b
commit 3eb7e5f653
5 changed files with 51 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ export interface CTA {
export interface SidePeekCTA {
label: string
// onClick: () => void
// TODO: change back to function.
onClick: boolean
}