ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
14 lines (13 loc) • 337 B
TypeScript
export function PrevArrow(_: any, { attrs }: {
attrs: any;
}): JSX.Element;
export namespace PrevArrow {
const inheritAttrs: boolean;
}
export function NextArrow(_: any, { attrs }: {
attrs: any;
}): JSX.Element;
export namespace NextArrow {
const inheritAttrs_1: boolean;
export { inheritAttrs_1 as inheritAttrs };
}