arrows.d.ts 431 B

1234567891011121314151617
  1. export function PrevArrow(_: any, { attrs }: {
  2. attrs: any;
  3. }): import("vue").VNode<any, any, {
  4. [key: string]: any;
  5. }>;
  6. export namespace PrevArrow {
  7. const inheritAttrs: boolean;
  8. }
  9. export function NextArrow(_: any, { attrs }: {
  10. attrs: any;
  11. }): import("vue").VNode<any, any, {
  12. [key: string]: any;
  13. }>;
  14. export namespace NextArrow {
  15. const inheritAttrs_1: boolean;
  16. export { inheritAttrs_1 as inheritAttrs };
  17. }