descriptions-cell.d.ts 775 B

12345678910111213141516171819202122232425
  1. import type { IDescriptionsInject } from './descriptions.type';
  2. declare const _default: import("vue").DefineComponent<{
  3. cell: {
  4. type: ObjectConstructor;
  5. };
  6. tag: {
  7. type: StringConstructor;
  8. };
  9. type: {
  10. type: StringConstructor;
  11. };
  12. }, {
  13. descriptions: IDescriptionsInject;
  14. }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
  15. cell: {
  16. type: ObjectConstructor;
  17. };
  18. tag: {
  19. type: StringConstructor;
  20. };
  21. type: {
  22. type: StringConstructor;
  23. };
  24. }>>, {}>;
  25. export default _default;