my-app
    Preparing search index...
    type DrawBoardHandle = {
        clear: () => void;
        getCanvasImageBase64: () => string;
    }
    Index

    Properties

    clear: () => void
    getCanvasImageBase64: () => string