@wordpress/components
Version:
UI components for WordPress.
12 lines • 689 B
TypeScript
export declare const Input: import("@emotion/styled").StyledComponent<import("../../input-control/types").InputControlProps & import("react").RefAttributes<HTMLInputElement> & {
theme?: import("@emotion/react").Theme;
} & {
hideHTMLArrows: boolean;
}, {}, {}>;
export declare const SpinButton: import("@emotion/styled").StyledComponent<((import("../../button/types").ButtonProps & import("../../button/types").DeprecatedButtonProps) & import("react").RefAttributes<any>) & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const styles: {
smallSpinButtons: import("@emotion/utils").SerializedStyles;
};
//# sourceMappingURL=number-control-styles.d.ts.map