row.vue.d.ts 813 B

12345678910111213141516171819202122
  1. import { RowJustify, RowProps } from "./row.js";
  2. import * as _$vue from "vue";
  3. //#region ../../packages/components/row/src/row.vue.d.ts
  4. declare var __VLS_8: {};
  5. type __VLS_Slots = {} & {
  6. default?: (props: typeof __VLS_8) => any;
  7. };
  8. declare const __VLS_base: _$vue.DefineComponent<RowProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RowProps> & Readonly<{}>, {
  9. justify: typeof RowJustify[number];
  10. tag: string;
  11. gutter: number;
  12. }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  13. declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
  14. declare const _default: typeof __VLS_export;
  15. type __VLS_WithSlots<T, S> = T & {
  16. new (): {
  17. $slots: S;
  18. };
  19. };
  20. //#endregion
  21. export { _default as default };