@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 345 B
TypeScript
import { default as Cell } from '../grid/cell';
import { ComponentPublicInstance } from 'vue';
export { Cell };
export { cellProps } from '../grid/props';
export type CellExposed = ComponentPublicInstance & InstanceType<typeof Cell>;
export type { CellProps, CellCProps } from '../grid/props';
export type { CellOptions } from '../grid/symbol';