@vicinae/api
    Preparing search index...

    Type Alias Props

    Props: FormItemProps<string> & WithFormRef<Form.Dropdown> & {
        children?: ReactNode;
        filtering?: boolean;
        isLoading?: boolean;
        onSearchTextChange?: (text: string) => void;
        placeholder?: string;
        throttle?: boolean;
        tooltip?: string;
    }