mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
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
|
|
} |