All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.OptionList.d.ts Maven / Gradle / Ivy

The newest version!
import type { ScrollConfig } from 'rc-virtual-list/lib/List';
import * as React from 'react';
export type OptionListProps = Record;
export interface RefOptionListProps {
    onKeyDown: React.KeyboardEventHandler;
    onKeyUp: React.KeyboardEventHandler;
    scrollTo?: (args: number | ScrollConfig) => void;
}
declare const RefOptionList: React.ForwardRefExoticComponent>;
export default RefOptionList;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy