UNPKG

286 BJavaScriptView Raw
1import * as React from 'react';
2/**
3 * {@docCategory ScrollablePane}
4 */
5export var ScrollbarVisibility = {
6 auto: 'auto',
7 always: 'always',
8};
9export var ScrollablePaneContext = React.createContext({ scrollablePane: undefined });
10//# sourceMappingURL=ScrollablePane.types.js.map
\No newline at end of file