@reusable-ui/range
Version:
A UI for the user defines a numeric value in the specified range.
11 lines (7 loc) • 381 B
text/typescript
// 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;