fui-fancyui
Version:
FancyUI Libary
16 lines (15 loc) • 1.16 kB
TypeScript
export declare const StyledNumberInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "theme" | "$layer" | "$themeType" | "$externalStyle" | "$align"> & {} & {
$align?: import('../../../types').TTextAlignLC | undefined;
$themeType?: import('../../../types/TUiColorsMain').TUiColorsMain | undefined;
$layer?: import('../../../types').TLayer | undefined;
$externalStyle?: import('styled-components').CSSProp;
} & {
theme?: import('../../../types').TTheme;
}, "ref"> & {
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
}, {} & {
$align?: import('../../../types').TTextAlignLC | undefined;
$externalStyle?: import('styled-components').CSSProp;
} & {
$width: string;
}>> & string;