38 lines
1.0 KiB
TypeScript
38 lines
1.0 KiB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
/**
|
|
* A slot name or function
|
|
*/
|
|
use: {
|
|
type: FunctionConstructor;
|
|
default: undefined;
|
|
};
|
|
/**
|
|
* Tags to unwrap separated by spaces
|
|
* Example: 'ul li'
|
|
*/
|
|
unwrap: {
|
|
type: (StringConstructor | BooleanConstructor)[];
|
|
default: boolean;
|
|
};
|
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
/**
|
|
* A slot name or function
|
|
*/
|
|
use: {
|
|
type: FunctionConstructor;
|
|
default: undefined;
|
|
};
|
|
/**
|
|
* Tags to unwrap separated by spaces
|
|
* Example: 'ul li'
|
|
*/
|
|
unwrap: {
|
|
type: (StringConstructor | BooleanConstructor)[];
|
|
default: boolean;
|
|
};
|
|
}>> & Readonly<{}>, {
|
|
unwrap: string | boolean;
|
|
use: Function;
|
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
export default _default;
|