@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
51 lines (50 loc) • 1.25 kB
TypeScript
import type { MarkSearchStringPart } from '@grozav/utils';
declare const _default: import("vue").DefineComponent<{
/**
* String to be marked
* @type String
* @default ''
* @name text
*/
text: {
type: StringConstructor;
default: string;
};
/**
* Search string to use for marking
* @type String
* @default ''
* @name query
*/
query: {
type: StringConstructor;
default: string;
};
}, {
parts: import("vue").ComputedRef<MarkSearchStringPart[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* String to be marked
* @type String
* @default ''
* @name text
*/
text: {
type: StringConstructor;
default: string;
};
/**
* Search string to use for marking
* @type String
* @default ''
* @name query
*/
query: {
type: StringConstructor;
default: string;
};
}>>, {
text: string;
query: string;
}, {}>;
export default _default;