office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
12 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
/**
* {@docCategory ScrollablePane}
*/
exports.ScrollbarVisibility = {
auto: 'auto',
always: 'always'
};
exports.ScrollablePaneContext = React.createContext({ scrollablePane: undefined });
//# sourceMappingURL=ScrollablePane.types.js.map