6cc8af8aff53f79c2b6d086aeeb61277a47a8afd3c6cbf73bff2a02a69de1ff9feb5461651baa99d8b4c420946e3702740fc32609291722e40682fab11505a 230 B

1234567
  1. import type { OptionV2EmitFn, OptionV2Props } from './defaults';
  2. export declare function useOption(props: OptionV2Props, { emit }: {
  3. emit: OptionV2EmitFn;
  4. }): {
  5. hoverItem: () => void;
  6. selectOptionClick: () => void;
  7. };