tav-ui
Version:
13 lines (12 loc) • 349 B
TypeScript
import type { ExtractPropTypes } from 'vue';
export declare const buttonPopconfirmProps: {
/**
* Whether to enable the drop-down menu
* @default: true
*/
enable: {
type: BooleanConstructor;
default: boolean;
};
};
export declare type ButtonPopconfirmProps = ExtractPropTypes<typeof buttonPopconfirmProps>;