mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
adbee73885
commit
006ccaabd6
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ export const progress = () => ({
|
|||
args: [
|
||||
{
|
||||
name: 'shape',
|
||||
displayName: 'Shape',
|
||||
help: 'Shape of the progress indicator',
|
||||
argType: 'select',
|
||||
options: {
|
||||
choices: Object.keys(shapes).map(key => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue