office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
12 lines • 355 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
;