platform-bible-react
    Preparing search index...

    Type Alias ContentZoomAreaProviderPropsExperimental

    Props for ContentZoomAreaProvider.

    This export is unstable and may change shape or disappear without notice

    type ContentZoomAreaProviderProps = {
        area?: string;
        children?: ReactNode;
    }
    Index

    Properties

    Properties

    area?: string

    Id of the zoom area the wrapped content belongs to, with the same rules as ContentZoomRootProps.area. Omit it for the view's main area.

    This property is unstable and may change shape or disappear without notice

    children?: ReactNode

    The content that belongs to the area.

    This property is unstable and may change shape or disappear without notice