@wordpress/components
Version:
UI components for WordPress.
11 lines • 680 B
TypeScript
/// <reference types="react" />
import type { NumberControlProps } from '../types';
export declare const Input: import("@emotion/styled").StyledComponent<import("../../input-control/types").InputControlProps & import("react").RefAttributes<HTMLInputElement> & {
theme?: import("@emotion/react").Theme | undefined;
} & {
hideHTMLArrows: boolean;
}, {}, {}>;
export declare const SpinButton: import("@emotion/styled").StyledComponent<((import("../../button/types").ButtonProps & import("react").RefAttributes<any>) & {
theme?: import("@emotion/react").Theme | undefined;
}) & Pick<NumberControlProps, "size">, {}, {}>;
//# sourceMappingURL=number-control-styles.d.ts.map