@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
21 lines (20 loc) • 566 B
TypeScript
export type ScrollTypes = {
scrollbar_width?: string;
scrollbar_color?: string;
overflow_block?: string;
overflow_inline?: string;
overflow_x?: string;
overflow_y?: string;
overflow?: string;
overflow_clip_margin?: string;
scrollbar_gutter?: string;
scroll_behavior?: string;
scroll_margin?: string;
scroll_padding?: string;
scroll_snap_align?: string;
scroll_snap_stop?: string;
scroll_snap_type?: string;
webkit_scrollbar?: string;
scroll_container?: string;
scrollbar_aria_role?: string;
};