parent
689734b293
commit
f0189b4949
3 changed files with 9 additions and 9 deletions
@ -1,5 +1,6 @@ |
|||||||
type ActionGroupOptionalProps = { |
type ActionGroupOptionalProps = { |
||||||
actions?: ContainedButtonProps[]; |
actions?: ContainedButtonProps[]; |
||||||
|
loading?: boolean; |
||||||
}; |
}; |
||||||
|
|
||||||
type ActionGroupProps = ActionGroupOptionalProps; |
type ActionGroupProps = ActionGroupOptionalProps; |
||||||
|
Loading…
Reference in new issue