vue-csv-processor
Version:
Vue 3 component library for CSV file processing with encoding detection and preview
57 lines (56 loc) • 1.63 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* HTML ID for the checkbox
*/
toggleId: {
type: StringConstructor;
default: string;
};
/**
* Additional attributes to bind to the checkbox
*/
checkboxAttributes: {
type: ObjectConstructor;
default: () => {};
};
/**
* Additional attributes to bind to the label
*/
labelAttributes: {
type: ObjectConstructor;
default: () => {};
};
}>, {
hasHeaders: import("vue").ComputedRef<any>;
text: import("vue").ComputedRef<any>;
toggle: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle"[], "toggle", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* HTML ID for the checkbox
*/
toggleId: {
type: StringConstructor;
default: string;
};
/**
* Additional attributes to bind to the checkbox
*/
checkboxAttributes: {
type: ObjectConstructor;
default: () => {};
};
/**
* Additional attributes to bind to the label
*/
labelAttributes: {
type: ObjectConstructor;
default: () => {};
};
}>> & Readonly<{
onToggle?: ((...args: any[]) => any) | undefined;
}>, {
toggleId: string;
checkboxAttributes: Record<string, any>;
labelAttributes: Record<string, any>;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;