interface FeatureBundle {
    animation?: FeaturePackage;
    drag?: FeaturePackage;
    exit?: FeaturePackage;
    focus?: FeaturePackage;
    hover?: FeaturePackage;
    inView?: FeaturePackage;
    layout?: FeaturePackage;
    pan?: FeaturePackage;
    renderer: CreateVisualElement<any>;
    tap?: FeaturePackage;
}

Hierarchy (view full)

Properties

animation?: FeaturePackage
renderer: CreateVisualElement<any>

Generated using TypeDoc