empty.vue.d.ts 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. import type { CSSProperties } from 'vue';
  2. declare const _default: import("vue").DefineComponent<{
  3. readonly image: {
  4. readonly type: StringConstructor;
  5. readonly default: "";
  6. };
  7. readonly imageSize: NumberConstructor;
  8. readonly description: {
  9. readonly type: StringConstructor;
  10. readonly default: "";
  11. };
  12. }, {
  13. props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
  14. readonly image: {
  15. readonly type: StringConstructor;
  16. readonly default: "";
  17. };
  18. readonly imageSize: NumberConstructor;
  19. readonly description: {
  20. readonly type: StringConstructor;
  21. readonly default: "";
  22. };
  23. }>> & {
  24. [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
  25. }>>;
  26. t: import("element-plus/es/hooks").Translator;
  27. ns: {
  28. namespace: import("vue").Ref<string>;
  29. b: (blockSuffix?: string) => string;
  30. e: (element?: string | undefined) => string;
  31. m: (modifier?: string | undefined) => string;
  32. be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
  33. em: (element?: string | undefined, modifier?: string | undefined) => string;
  34. bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
  35. bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
  36. is: {
  37. (name: string, state: boolean | undefined): string;
  38. (name: string): string;
  39. };
  40. cssVar: (object: Record<string, string>) => Record<string, string>;
  41. cssVarName: (name: string) => string;
  42. cssVarBlock: (object: Record<string, string>) => Record<string, string>;
  43. cssVarBlockName: (name: string) => string;
  44. };
  45. emptyDescription: import("vue").ComputedRef<string>;
  46. imageStyle: import("vue").ComputedRef<CSSProperties>;
  47. ImgEmpty: import("vue").DefineComponent<{}, {
  48. ns: {
  49. namespace: import("vue").Ref<string>;
  50. b: (blockSuffix?: string) => string;
  51. e: (element?: string | undefined) => string;
  52. m: (modifier?: string | undefined) => string;
  53. be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
  54. em: (element?: string | undefined, modifier?: string | undefined) => string;
  55. bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
  56. bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
  57. is: {
  58. (name: string, state: boolean | undefined): string;
  59. (name: string): string;
  60. };
  61. cssVar: (object: Record<string, string>) => Record<string, string>;
  62. cssVarName: (name: string) => string;
  63. cssVarBlock: (object: Record<string, string>) => Record<string, string>;
  64. cssVarBlockName: (name: string) => string;
  65. };
  66. id: number;
  67. }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
  68. }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
  69. readonly image: {
  70. readonly type: StringConstructor;
  71. readonly default: "";
  72. };
  73. readonly imageSize: NumberConstructor;
  74. readonly description: {
  75. readonly type: StringConstructor;
  76. readonly default: "";
  77. };
  78. }>>, {
  79. readonly description: string;
  80. readonly image: string;
  81. }>;
  82. export default _default;