UNPKG

@lordicon/react

Version:

This library allows you to easily integrate the playback of Lordicon icons into a React application.

9 lines (8 loc) 268 B
import { ILottieProperty } from "@lordicon/helpers"; import { IPlayerOptions, IState } from "./interfaces"; export declare function handleProps(props: IPlayerOptions): { properties: ILottieProperty[]; iconData: any; states: IState[]; state: IState; };