Update shape.tsx
This commit is contained in:
parent
60414a4919
commit
52ed678a73
1 changed files with 1 additions and 2 deletions
|
@ -8,11 +8,10 @@ import useShapeEvents from 'hooks/useShapeEvents'
|
||||||
import vec from 'utils/vec'
|
import vec from 'utils/vec'
|
||||||
import { getShapeStyle } from 'state/shape-styles'
|
import { getShapeStyle } from 'state/shape-styles'
|
||||||
import useShapeDef from 'hooks/useShape'
|
import useShapeDef from 'hooks/useShape'
|
||||||
import { BooleanArraySupportOption } from 'prettier'
|
|
||||||
|
|
||||||
interface ShapeProps {
|
interface ShapeProps {
|
||||||
id: string
|
id: string
|
||||||
isSelecting: BooleanArraySupportOption
|
isSelecting: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
function Shape({ id, isSelecting }: ShapeProps): JSX.Element {
|
function Shape({ id, isSelecting }: ShapeProps): JSX.Element {
|
||||||
|
|
Loading…
Reference in a new issue