c686c8b5793cda4b1640dbac2d881f6594748abf70a0d11807b853e65463a76cd43fcce0c7cb58ec6b17b6d7a35432de3e134d1c86cf85ae622767560d9836 282 B

1234
  1. import { TinyColor } from '@ctrl/tinycolor';
  2. import type { ButtonProps } from './button';
  3. export declare function darken(color: TinyColor, amount?: number): string;
  4. export declare function useButtonCustomStyle(props: ButtonProps): import("vue").ComputedRef<Record<string, string>>;