Esposter
    Preparing search index...

    Type Alias ComputedSizeEventEmitsOptions

    ComputedSizeEventEmitsOptions: {
        [P in UpdateEvent<keyof ComputedSizeConfiguration>]: [
            ComputedSizeConfiguration[ExtractUpdateEvent<P>]?,
        ]
    }