Big refactoring with properties + Implement Property
This commit is contained in:
parent
43fb019e05
commit
d2492520b4
5 changed files with 133 additions and 28 deletions
7
src/Interfaces/Properties.ts
Normal file
7
src/Interfaces/Properties.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import * as React from 'react';
|
||||
|
||||
export default interface Properties extends React.CSSProperties {
|
||||
id: string,
|
||||
x: number,
|
||||
y: number,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue