7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import { Column } from "./types.js";
|
|
import { CSSProperties } from "vue";
|
|
|
|
//#region ../../packages/components/table-v2/src/common.d.ts
|
|
type AnyColumn = Column<any>;
|
|
//#endregion
|
|
export { AnyColumn }; |