import React from 'react';
import { type ComposableProps } from '../../../lib/slot';
export interface InputNumberButtonProps extends ComposableProps<'button'> {
/**
* Button direction
*/
direction: 'up' | 'down';
/**
* Custom button content (when using asChild)
*/
children?: React.ReactNode;
}
/**
* InputNumberButton Component
*
* A composable component for increment/decrement buttons.
* Typically used within InputNumberControls.
*
* @public
*
* @example
* ```tsx
*
*
*
*
* ```
*
* @remarks
* - Wraps the HTML `