kodama-ui
Version:
Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.
49 lines (48 loc) • 1.33 kB
TypeScript
import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
value: {
type: PropType<Record<string, any> | null>;
default: null;
};
min: {
type: StringConstructor;
default: string;
};
max: {
type: StringConstructor;
default: string;
};
modal: {
type: BooleanConstructor;
default: boolean;
};
}, {
filter: (value: string[]) => void;
defaultValue: import("vue").ComputedRef<any[] | "">;
tooltip: import("vue").Ref<any>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "filter"[], "filter", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
value: {
type: PropType<Record<string, any> | null>;
default: null;
};
min: {
type: StringConstructor;
default: string;
};
max: {
type: StringConstructor;
default: string;
};
modal: {
type: BooleanConstructor;
default: boolean;
};
}>> & {
onFilter?: ((...args: any[]) => any) | undefined;
}, {
value: Record<string, any> | null;
modal: boolean;
min: string;
max: string;
}, {}>;
export default _default;