parent
b001238d65
commit
d746248de3
4 changed files with 31 additions and 32 deletions
@ -1,10 +1,10 @@ |
|||||||
export const sliderBase: string |
export const sliderBase: string; |
||||||
export const slider: string |
export const slider: string; |
||||||
export const sliding: string |
export const sliding: string; |
||||||
interface Namespace { |
interface Namespace { |
||||||
"sliderBase": string, |
sliderBase: string; |
||||||
"slider": string, |
slider: string; |
||||||
"sliding": string, |
sliding: string; |
||||||
} |
} |
||||||
declare const stylesModule: Namespace |
declare const stylesModule: Namespace; |
||||||
export default stylesModule |
export default stylesModule; |
||||||
|
@ -1,19 +1,19 @@ |
|||||||
export const carouselBase: string |
export const carouselBase: string; |
||||||
export const itemProvider: string |
export const itemProvider: string; |
||||||
export const itemContainer: string |
export const itemContainer: string; |
||||||
export const itemTracker: string |
export const itemTracker: string; |
||||||
export const carouselArrow: string |
export const carouselArrow: string; |
||||||
interface Namespace { |
interface Namespace { |
||||||
"carouselBase": string, |
carouselBase: string; |
||||||
"carousel-base": string, |
'carousel-base': string; |
||||||
"itemProvider": string, |
itemProvider: string; |
||||||
"item-provider": string, |
'item-provider': string; |
||||||
"itemContainer": string, |
itemContainer: string; |
||||||
"item-container": string, |
'item-container': string; |
||||||
"itemTracker": string, |
itemTracker: string; |
||||||
"item-tracker": string, |
'item-tracker': string; |
||||||
"carouselArrow": string, |
carouselArrow: string; |
||||||
"carousel-arrow": string, |
'carousel-arrow': string; |
||||||
} |
} |
||||||
declare const stylesModule: Namespace |
declare const stylesModule: Namespace; |
||||||
export default stylesModule |
export default stylesModule; |
||||||
|
Loading…
Reference in new issue