wetrade-design
Version:
一款多语言支持Vue3的UI框架
18 lines (17 loc) • 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 };
}