Skip to content

Commit d7510c8

Browse files
committed
fix(ui-grid): drop removed Grid component type from v2 props
1 parent d2b541b commit d7510c8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/ui-grid/src/Grid/v2/props.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import type { OtherHTMLAttributes } from '@instructure/shared-types'
2626
import type { WithStyleProps, ComponentStyle } from '@instructure/emotion'
27-
import type { NewComponentTypes } from '@instructure/ui-themes'
2827
import type { GridBreakpoints } from '../../utils/v1/GridTypes'
2928

3029
type GridOwnProps = {
@@ -45,7 +44,7 @@ type PropKeys = keyof GridOwnProps
4544
type AllowedPropKeys = Readonly<Array<PropKeys>>
4645

4746
type GridProps = GridOwnProps &
48-
WithStyleProps<ReturnType<NewComponentTypes['Grid']>, GridStyle> &
47+
WithStyleProps<null, GridStyle> &
4948
OtherHTMLAttributes<GridOwnProps>
5049

5150
type GridStyle = ComponentStyle<'grid'>

0 commit comments

Comments
 (0)