mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
refactor: enable typescript option verbatimModuleSyntax
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { Factory } from '../Factory.ts';
|
||||
import { Context } from '../Context.ts';
|
||||
import { Shape, ShapeConfig } from '../Shape.ts';
|
||||
import type { Context } from '../Context.ts';
|
||||
import type { ShapeConfig } from '../Shape.ts';
|
||||
import { Shape } from '../Shape.ts';
|
||||
import { Konva } from '../Global.ts';
|
||||
import { getNumberValidator } from '../Validators.ts';
|
||||
import { _registerNode } from '../Global.ts';
|
||||
|
||||
import { GetSet } from '../types.ts';
|
||||
import type { GetSet } from '../types.ts';
|
||||
|
||||
export interface WedgeConfig extends ShapeConfig {
|
||||
angle: number;
|
||||
|
Reference in New Issue
Block a user