cs
This commit is contained in:
9
node_modules/@ant-design/cssinjs/lib/Keyframes.d.ts
generated
vendored
Normal file
9
node_modules/@ant-design/cssinjs/lib/Keyframes.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { CSSInterpolation } from './hooks/useStyleRegister';
|
||||
declare class Keyframe {
|
||||
private name;
|
||||
style: CSSInterpolation;
|
||||
constructor(name: string, style: CSSInterpolation);
|
||||
getName(hashId?: string): string;
|
||||
_keyframe: boolean;
|
||||
}
|
||||
export default Keyframe;
|
||||
Reference in New Issue
Block a user