Internal change

PiperOrigin-RevId: 500730237
This commit is contained in:
Sebastian Schmidt 2023-01-09 09:14:05 -08:00 committed by Copybara-Service
parent 1bbe065647
commit 2b9299959c

View File

@ -16,6 +16,8 @@
import {Category} from '../../../../tasks/web/components/containers/category';
export {Category};
/** An integer bounding box, axis aligned. */
export declare interface BoundingBox {
/** The X coordinate of the top-left corner, in pixels. */