Stubs tests. Updates types for controls.
This commit is contained in:
parent
32922b3f85
commit
85dc3028b4
33 changed files with 1391 additions and 1191 deletions
|
@ -3,9 +3,8 @@ import { uniqueId } from 'utils'
|
|||
import { RayShape, ShapeProps, ShapeType } from 'types'
|
||||
import { defaultStyle } from 'state/shape-styles'
|
||||
|
||||
/**
|
||||
* ## Ray
|
||||
*/
|
||||
/* ----------------- Start Copy Here ---------------- */
|
||||
|
||||
export default class Ray extends CodeShape<RayShape> {
|
||||
constructor(props = {} as ShapeProps<RayShape>) {
|
||||
super({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue