index.ts 475 B

1234567891011121314
  1. import image from '@/assets/images/chart/Tables/tables.png'
  2. import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
  3. import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
  4. export const TableCommonConfig: ConfigType = {
  5. key: 'TableCommon',
  6. chartKey: 'VTableCommon',
  7. conKey: 'VCTableCommon',
  8. title: '表格',
  9. category: ChatCategoryEnum.TABLE,
  10. categoryName: ChatCategoryEnumName.TABLE,
  11. package: PackagesCategoryEnum.TABLES,
  12. image
  13. }