element-plus
Version:
A Component Library for Vue 3
6 lines (5 loc) • 304 B
TypeScript
import type { ExtractPropTypes } from 'vue';
export declare const usePopperArrowProps: {
readonly arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
};
export declare type UsePopperArrowProps = ExtractPropTypes<typeof usePopperArrowProps>;