9 lines
266 B
TypeScript
9 lines
266 B
TypeScript
|
declare module 'postcss-easings' {
|
||
|
import postcssEasings from 'postcss-easings'
|
||
|
export default postcssEasings
|
||
|
}
|
||
|
|
||
|
declare module 'postcss-easing-gradients' {
|
||
|
import postcssEasingGradients from 'postcss-easing-gradients'
|
||
|
export default postcssEasingGradients
|
||
|
}
|