chore(): sync with main

This commit is contained in:
Liam DeBeasi
2023-03-15 10:03:38 -04:00
38 changed files with 584 additions and 30 deletions

View File

@ -26,6 +26,9 @@ export interface AlertInput {
name?: string;
placeholder?: string;
value?: any; // TODO(FW-2832): type
/**
* The label text to display next to the input, if the input type is `radio` or `checkbox`.
*/
label?: string;
checked?: boolean;
disabled?: boolean;