kts-component-invoice-operate 3.2.30 → 3.2.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ import './index.less';
2
3
  export default function TableRow(props: any): JSX.Element;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IGood } from '../../../../../../../..';
3
+ import './index.less';
4
+ export interface IDragProps {
5
+ record: IGood;
6
+ }
7
+ export default function Drag(props: IDragProps): JSX.Element;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ import './index.less';
2
3
  export default function TableRow(props: any): JSX.Element;