group-item.vue.d.ts 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. import type { CSSProperties, PropType } from 'vue';
  2. declare const _default: import("vue").DefineComponent<{
  3. item: {
  4. type: ObjectConstructor;
  5. required: true;
  6. };
  7. style: {
  8. type: PropType<CSSProperties>;
  9. };
  10. height: NumberConstructor;
  11. }, {
  12. ns: {
  13. namespace: import("vue").ComputedRef<string>;
  14. b: (blockSuffix?: string) => string;
  15. e: (element?: string) => string;
  16. m: (modifier?: string) => string;
  17. be: (blockSuffix?: string, element?: string) => string;
  18. em: (element?: string, modifier?: string) => string;
  19. bm: (blockSuffix?: string, modifier?: string) => string;
  20. bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
  21. is: {
  22. (name: string, state: boolean | undefined): string;
  23. (name: string): string;
  24. };
  25. cssVar: (object: Record<string, string>) => Record<string, string>;
  26. cssVarName: (name: string) => string;
  27. cssVarBlock: (object: Record<string, string>) => Record<string, string>;
  28. cssVarBlockName: (name: string) => string;
  29. };
  30. }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
  31. item: {
  32. type: ObjectConstructor;
  33. required: true;
  34. };
  35. style: {
  36. type: PropType<CSSProperties>;
  37. };
  38. height: NumberConstructor;
  39. }>>, {}>;
  40. export default _default;