Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit b334875

Browse files
committed
fix import
1 parent 054a9d1 commit b334875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/Table/TableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { ReactAccessibilityBehavior } from '@fluentui/react-bindings'
12
import * as customPropTypes from '@fluentui/react-proptypes'
23
import { Ref } from '@fluentui/react-component-ref'
34
import * as PropTypes from 'prop-types'
@@ -18,7 +19,6 @@ import { ShorthandCollection, WithAsProp } from '../../types'
1819
import { Accessibility, tableRowBehavior } from '@fluentui/accessibility'
1920
import { ComponentVariablesObject } from '../../themes/types'
2021
import { mergeComponentVariables } from '../../utils/mergeThemes'
21-
import { ReactAccessibilityBehavior } from '../../utils/accessibility/reactTypes'
2222

2323
export interface TableRowProps extends UIComponentProps {
2424
/**

0 commit comments

Comments
 (0)