Update type for new React Aria type definitions
This commit is contained in:
Родитель
3802fe2dc2
Коммит
82a8f25489
|
@ -868,7 +868,7 @@ export const PlansTable = (props: Props & ScanLimitProp) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const Table = (
|
const Table = (
|
||||||
props: TableStateProps<object> & AriaTableProps<object> & ScanLimitProp,
|
props: TableStateProps<object> & AriaTableProps & ScanLimitProp,
|
||||||
) => {
|
) => {
|
||||||
const tableRef = useRef<HTMLTableElement>(null);
|
const tableRef = useRef<HTMLTableElement>(null);
|
||||||
const tableState = useTableState(props);
|
const tableState = useTableState(props);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче