We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b541b commit d7510c8Copy full SHA for d7510c8
1 file changed
packages/ui-grid/src/Grid/v2/props.ts
@@ -24,7 +24,6 @@
24
25
import type { OtherHTMLAttributes } from '@instructure/shared-types'
26
import type { WithStyleProps, ComponentStyle } from '@instructure/emotion'
27
-import type { NewComponentTypes } from '@instructure/ui-themes'
28
import type { GridBreakpoints } from '../../utils/v1/GridTypes'
29
30
type GridOwnProps = {
@@ -45,7 +44,7 @@ type PropKeys = keyof GridOwnProps
45
44
type AllowedPropKeys = Readonly<Array<PropKeys>>
46
47
type GridProps = GridOwnProps &
48
- WithStyleProps<ReturnType<NewComponentTypes['Grid']>, GridStyle> &
+ WithStyleProps<null, GridStyle> &
49
OtherHTMLAttributes<GridOwnProps>
50
51
type GridStyle = ComponentStyle<'grid'>
0 commit comments