Make editable
schema-based and add default schemas (#139)
* Make editable schema based and fix a couple UX issues * Refactor the icons a bit * Add support for points, lines, line segments, and line loops * Adjust nudge multipliers * Fix types * Fix helpers not showing on hover in some cases
This commit is contained in:
parent
6caf8267c5
commit
dceb3965d6
10 changed files with 503 additions and 559 deletions
|
@ -12,6 +12,7 @@ export type {
|
|||
export type {ISequence} from '@theatre/core/sequences/TheatreSequence'
|
||||
export type {ISheetObject} from '@theatre/core/sheetObjects/TheatreSheetObject'
|
||||
export type {ISheet} from '@theatre/core/sheets/TheatreSheet'
|
||||
export type {IShorthandCompoundProps} from '@theatre/core/propTypes'
|
||||
import * as globalVariableNames from '@theatre/shared/globalVariableNames'
|
||||
import type StudioBundle from '@theatre/studio/StudioBundle'
|
||||
import CoreBundle from './CoreBundle'
|
||||
|
|
|
@ -726,3 +726,5 @@ export type PropTypeConfig =
|
|||
| PropTypeConfig_AllSimples
|
||||
| PropTypeConfig_Compound<$IntentionalAny>
|
||||
| PropTypeConfig_Enum
|
||||
|
||||
export type {IShorthandCompoundProps}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue