diff --git a/types/react-sparklines/index.d.ts b/types/react-sparklines/index.d.ts index 6abd020f86e385..794734d1500746 100644 --- a/types/react-sparklines/index.d.ts +++ b/types/react-sparklines/index.d.ts @@ -12,6 +12,7 @@ export interface Point { } export interface SparklinesProps { + children?: React.ReactNode; data?: number[] | undefined; limit?: number | undefined; width?: number | undefined;