Interface AnimateCSSProps

interface AnimateCSSProps {
    component: FC<WebCellProps>;
    type: AnimationType;
}

Properties

Properties

component: FC<WebCellProps>

Generated using TypeDoc