segmented-picker-aned
Version:
Selection picker wheel with multi-column support and optional native dependencies.
11 lines (10 loc) • 488 B
TypeScript
import React from 'react';
interface Props {
backgroundColor: string;
borderColor: string;
}
declare const _default: ({ backgroundColor, borderColor, }: Props) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
/**
* Horizontal bar used to indicate the current picker selections.
*/
export default _default;