@reusable-ui/range
Version:
A UI for the user defines a numeric value in the specified range.
7 lines (6 loc) • 317 B
JavaScript
// reusable-ui core:
import {
// a capability of UI to rotate its layout:
defaultInlineOrientationableOptions, } from '@reusable-ui/core'; // a set of reusable-ui packages which are responsible for building any component
// defaults:
export const defaultOrientationableOptions = defaultInlineOrientationableOptions;