1234567891011 |
- import type { ExtractPropTypes } from 'vue';
- import type Bar from './bar.vue';
- export declare const barProps: {
- readonly always: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
- readonly width: StringConstructor;
- readonly height: StringConstructor;
- readonly ratioX: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
- readonly ratioY: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
- };
- export declare type BarProps = ExtractPropTypes<typeof barProps>;
- export declare type BarInstance = InstanceType<typeof Bar>;
|