mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
Update react-rnd-tests.tsx
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import * as React from 'react';
|
||||
import Rnd from 'react-rnd';
|
||||
import { ResizeHandler } from 'react-rnd';
|
||||
import { default as Rnd, ResizeHandler } from "react-rnd";
|
||||
|
||||
const onResize: ResizeHandler = (e, direction, ref, delta, position) => {
|
||||
direction === 'right';
|
||||
|
||||
Reference in New Issue
Block a user