diff --git a/src/interfaces.ts b/src/interfaces.ts index 0d16ead95..f06421bbc 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -265,9 +265,9 @@ export interface GroupIndexLocationWithAlign extends LocationOptions { export type IndexLocationWithAlign = FlatIndexLocationWithAlign | GroupIndexLocationWithAlign -export type ListRootProps = Omit, 'ref' | 'data'> -export type TableRootProps = Omit, 'ref' | 'data'> -export type GridRootProps = Omit, 'ref' | 'data'> +export type ListRootProps = Omit, 'ref' | 'data'> +export type TableRootProps = Omit, 'ref' | 'data'> +export type GridRootProps = Omit, 'ref' | 'data'> export interface GridItem { index: number