UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

10 lines 286 B
import * as React from 'react'; /** * {@docCategory ScrollablePane} */ export var ScrollbarVisibility = { auto: 'auto', always: 'always', }; export var ScrollablePaneContext = React.createContext({ scrollablePane: undefined }); //# sourceMappingURL=ScrollablePane.types.js.map