UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

9 lines (8 loc) 277 B
type DataOrientation = 'vertical' | 'horizontal'; type Direction = 'ltr' | 'rtl'; type Type = 'single' | 'multiple'; type ScrollBodyOption = { padding?: boolean | number; margin?: boolean | number; }; export type { DataOrientation, Direction, Type, ScrollBodyOption };