UNPKG

@progress/kendo-react-animation

Version:

React Animation component assists with animating HTML elements. KendoReact Animation package

12 lines (11 loc) 207 B
/** * @hidden */ declare const stylesMap: { outerHeight: (element: any) => any; outerWidth: (element: any) => any; styles: { [name: string]: string; }; }; export default stylesMap;