KeyframeDeclaration
interface KeyframeDeclaration {
  property: string;
  value: any;
}

Summary

Properties

property
value

Properties