UNPKG

vue-carousel-3d

Version:

Beautiful, flexible and touch supported 3D Carousel for Vue.js

11 lines (10 loc) 359 B
export declare class Html5Entities { decode(str: string): string; static decode(str: string): string; encode(str: string): string; static encode(str: string): string; encodeNonUTF(str: string): string; static encodeNonUTF(str: string): string; encodeNonASCII(str: string): string; static encodeNonASCII(str: string): string; }