18 lines
431 B
TypeScript
18 lines
431 B
TypeScript
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 };
|
|
}
|