(flags: ClickButtonFlags | undefined)
| 8 | }; |
| 9 | |
| 10 | export function resolveClickButton(flags: ClickButtonFlags | undefined): ClickButton { |
| 11 | return flags?.clickButton ?? 'primary'; |
| 12 | } |
| 13 | |
| 14 | export function getClickButtonValidationError(options: { |
| 15 | commandLabel: string; |
no outgoing calls
no test coverage detected