Interface ViewTransitionTypeSet

interface ViewTransitionTypeSet {
    forEach(
        callbackfn: (
            value: string,
            key: string,
            parent: ViewTransitionTypeSet,
        ) => void,
        thisArg?: any,
    ): void;
}

Methods

Methods

  • Parameters

    Returns void