mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
15 lines
606 B
TypeScript
15 lines
606 B
TypeScript
type __VLS_Props = {
|
|
tooltip?: string | Record<string, string>;
|
|
isHtml?: boolean;
|
|
icon?: string | string[];
|
|
status?: TableHeaderActionStatus;
|
|
};
|
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
click: () => any;
|
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
onClick?: (() => any) | undefined;
|
|
}>, {
|
|
status: TableHeaderActionStatus;
|
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
export default _default;
|