diff --git a/cmdk/src/index.tsx b/cmdk/src/index.tsx index bd5c229..fcbd83c 100644 --- a/cmdk/src/index.tsx +++ b/cmdk/src/index.tsx @@ -5,7 +5,7 @@ import { commandScore } from './command-score' type Children = { children?: React.ReactNode } type DivProps = React.HTMLAttributes -type LoadingProps = Children & { +type LoadingProps = Children & DivProps & { /** Estimated progress of loading asynchronous options. */ progress?: number }