UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

1 lines 358 B
{"version":3,"file":"IRectangle.js","sourceRoot":"../src/","sources":["IRectangle.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Rectangle interface.\n *\n * @public\n * {@docCategory IRectangle}\n */\nexport interface IRectangle {\n left: number;\n top: number;\n width: number;\n height: number;\n right?: number;\n bottom?: number;\n}\n"]}