UNPKG

98 BTypeScriptView Raw
1export interface CSSSelector extends String {}
2
3export interface SwiperModule {
4 name: string;
5}