Type alias TRender

TRender: ((props) => void)

Type declaration

    • (props): void
    • A function that performs rendering on the canvas using the provided rendering properties.

      Parameters

      Returns void