File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/renderless/types Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import type { ExtractPropTypes } from 'vue'
22import type { asyncFlowchartProps } from '@/async-flowchart/src'
3- import type ResizeObserver from '../src/common/deps/ResizeObserver '
3+ import type { ResizeObserver } from '@opentiny/utils '
44import type {
55 observeContainerSize ,
66 unobserveContainerSize ,
Original file line number Diff line number Diff line change 1- import type { DATEPICKER } from '../src/common '
1+ import type { DATEPICKER } from '@opentiny/utils '
22
33export interface IDateTableRow {
44 /** 列数,从0开始,[0, 6] */
Original file line number Diff line number Diff line change 11import type { ExtractPropTypes } from 'vue'
2- import type { BigIntDecimal } from '../src/common/bigInt '
2+ import type { BigIntDecimal } from '@opentiny/utils '
33import type { numericProps , $constants } from '@/numeric/src'
44import type {
55 focus ,
You can’t perform that action at this time.
0 commit comments