Type alias CanvasProps

CanvasProps: ParentProps & {
    class?: string;
}

Type declaration

  • Optional class?: string