diff --git a/components/lib/dropdown/dropdown.d.ts b/components/lib/dropdown/dropdown.d.ts index dcc710b444..b15b721823 100644 --- a/components/lib/dropdown/dropdown.d.ts +++ b/components/lib/dropdown/dropdown.d.ts @@ -331,6 +331,15 @@ export interface DropdownProps extends Omit React.ReactNode) | undefined; + /** + * Displays a loader to indicate data load is in progress. + * @defaultValue false + */ + loading?: boolean | undefined; + /** + * The icon to show while indicating data load is in progress. + */ + loadingIcon?: IconType | undefined; /** * Maximum number of characters to be typed on an editable input. */