WebCell
    Preparing search index...

    Interface AnimateCSSProps

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

    Properties

    Properties

    component: FC<WebCellProps>