3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
|
import type { HTMLAttributes } from 'vue';
|
||
|
export declare function getTitleAttribute(value: unknown): HTMLAttributes['title'];
|