owltide/old/css.d.ts

9 lines
150 B
TypeScript
Raw Normal View History

import type * as CSS from 'csstype';
// typing for custom variables.
declare module 'csstype' {
interface Properties {
"--minutes"?: number,
}
}