UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 393 B
import { PropsWithChildren } from 'react'; import * as S from './styled'; type SelectFieldGroupProps = { scrollTop: number; onScrollTopChange: (value: number) => void; } & S.SelectFieldGroupContentProps & PropsWithChildren; export declare const SelectFieldGroup: ({ scrollTop, onScrollTopChange, ...rest }: SelectFieldGroupProps) => import("react/jsx-runtime").JSX.Element; export {};