UNPKG

@wordpress/components

Version:
11 lines 680 B
/// <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