@fidely-ui/react
Version:
Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps
5 lines (4 loc) • 439 B
TypeScript
import { Field as ArkField } from '@ark-ui/react/field';
import { ComponentProps } from '@fidely-ui/styled-system/types';
export declare const Input: import("@fidely-ui/styled-system/types").StyledComponent<import("react").ForwardRefExoticComponent<ArkField.InputProps & import("react").RefAttributes<HTMLInputElement>>, import("@fidely-ui/styled-system/recipes").InputVariantProps>;
export type InputProps = ComponentProps<typeof Input>;