Wagtail client-side components
    Preparing search index...
    Index

    Properties

    Properties

    propTypes: {
        block: Validator<object>;
        blockProps: Validator<
            NonNullable<
                InferProps<
                    {
                        editorState: Validator<object>;
                        entity: Requireable<object>;
                        onChange: Validator<(...args: any[]) => any>;
                    },
                >,
            >,
        >;
    }