Adding spaceEqually prop to ProgressIndicator (#47186)

This commit is contained in:
Richardson William 2020-09-01 13:04:53 -03:00 committed by GitHub
parent 0eb1f742ad
commit 949eeb1aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ export interface ProgressIndicatorProps extends ProgressIndicatorInheritedProps
currentIndex?: number,
onChange?(index: number): void,
vertical?: boolean,
spaceEqually?: boolean,
}
export declare class ProgressIndicator extends React.Component<ProgressIndicatorProps> { }