magner
Version:
Universal admin panel magnetic to any backend
31 lines (30 loc) • 979 B
TypeScript
import { PropType } from 'vue';
import { CustomAction } from '../../../types/utils/actions';
declare const _sfc_main: import("vue").DefineComponent<{
customActions: {
type: PropType<CustomAction<string>[]>;
default: () => never[];
};
requestData: {
type: ObjectConstructor;
default: () => {};
};
}, {
props: any;
emit: (event: "action", ...args: any[]) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action"[], "action", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
customActions: {
type: PropType<CustomAction<string>[]>;
default: () => never[];
};
requestData: {
type: ObjectConstructor;
default: () => {};
};
}>> & {
onAction?: ((...args: any[]) => any) | undefined;
}, {
requestData: Record<string, any>;
customActions: CustomAction<string>[];
}, {}>;
export default _sfc_main;