parent
1e53d90951
commit
14f21d8465
4 changed files with 11 additions and 2 deletions
@ -1,8 +1,10 @@ |
|||||||
export const sliderBase: string; |
export const sliderBase: string; |
||||||
export const slider: string; |
export const slider: string; |
||||||
|
export const sliding: string; |
||||||
interface Namespace { |
interface Namespace { |
||||||
sliderBase: string; |
sliderBase: string; |
||||||
slider: string; |
slider: string; |
||||||
|
sliding: string; |
||||||
} |
} |
||||||
declare const stylesModule: Namespace; |
declare const stylesModule: Namespace; |
||||||
export default stylesModule; |
export default stylesModule; |
||||||
|
Loading…
Reference in new issue