react-widgets-up
Version:
An à la carte set of polished, extensible, and accessible inputs built for React
10 lines • 408 B
TypeScript
import * as React from 'react';
import { ReactNode } from 'react';
export declare const CREATE_OPTION: {};
export interface AddToListOptionProps {
children: ReactNode;
onSelect: (event: React.MouseEvent) => void;
}
declare function AddToListOption({ children, ...props }: AddToListOptionProps): React.JSX.Element;
export default AddToListOption;
//# sourceMappingURL=AddToListOption.d.ts.map