Files
dsProject/dsPgBase/WebRoot/html/cdn/es/components/scrollbar/src/bar.d.ts
2025-09-03 11:36:01 +08:00

10 lines
434 B
TypeScript

import type { ExtractPropTypes } from 'vue';
export declare const barProps: {
readonly vertical: BooleanConstructor;
readonly size: StringConstructor;
readonly move: NumberConstructor;
readonly ratio: import("element-plus/es/utils/props").BuildPropReturn<NumberConstructor, unknown, true, unknown, unknown>;
readonly always: BooleanConstructor;
};
export declare type BarProps = ExtractPropTypes<typeof barProps>;