vue-devui
Version:
DevUI components based on Vite and Vue3
47 lines (46 loc) • 1.56 kB
TypeScript
import './gantt-tools.scss';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
unit: {
type: StringConstructor;
default: null;
};
isFullScreen: {
type: BooleanConstructor;
default: boolean;
};
}>, {
actionHandle: (type: string) => void;
currentUnitLabel: import("vue").Ref<string, string>;
views: import("vue").Ref<{
name: string;
value: string;
}[], {
name: string;
value: string;
}[] | {
name: string;
value: string;
}[]>;
selectView: (selectItem: {
name: string;
value: string;
}) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("goToday" | "reduceUnit" | "increaseUnit" | "switchView")[], "goToday" | "reduceUnit" | "increaseUnit" | "switchView", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
unit: {
type: StringConstructor;
default: null;
};
isFullScreen: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{
onGoToday?: ((...args: any[]) => any) | undefined;
onReduceUnit?: ((...args: any[]) => any) | undefined;
onIncreaseUnit?: ((...args: any[]) => any) | undefined;
onSwitchView?: ((...args: any[]) => any) | undefined;
}>, {
unit: string;
isFullScreen: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;