1234567891011121314151617 |
- export function PrevArrow(_: any, { attrs }: {
- attrs: any;
- }): import("vue").VNode<any, any, {
- [key: string]: any;
- }>;
- export namespace PrevArrow {
- const inheritAttrs: boolean;
- }
- export function NextArrow(_: any, { attrs }: {
- attrs: any;
- }): import("vue").VNode<any, any, {
- [key: string]: any;
- }>;
- export namespace NextArrow {
- const inheritAttrs_1: boolean;
- export { inheritAttrs_1 as inheritAttrs };
- }
|