UNPKG

@react-ui-org/react-ui

Version:

React UI is a themeable UI library for React apps.

12 lines (9 loc) 217 B
export const getScrollingClassName = (type, styles) => { if (type === 'auto') { return styles.isRootScrollingAuto; } if (type === 'custom') { return styles.isRootScrollingCustom; } return null; };