@als-tp/als-react-ts-ui
Version:
A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation
10 lines • 966 B
TypeScript
import type { ALSFieldRootProps, ALSFieldLabelProps, ALSFieldControlProps, ALSFieldHelperTextProps, ALSFieldErrorProps } from "./ALSField";
export declare const ALSField: {
Root: import("react").ForwardRefExoticComponent<ALSFieldRootProps & import("react").RefAttributes<HTMLDivElement>>;
Label: import("react").ForwardRefExoticComponent<ALSFieldLabelProps & import("react").RefAttributes<HTMLLabelElement>>;
Control: import("react").ForwardRefExoticComponent<ALSFieldControlProps & import("react").RefAttributes<HTMLInputElement>>;
HelperText: import("react").ForwardRefExoticComponent<ALSFieldHelperTextProps & import("react").RefAttributes<HTMLParagraphElement>>;
Error: import("react").ForwardRefExoticComponent<ALSFieldErrorProps & import("react").RefAttributes<HTMLDivElement>>;
};
export type { ALSFieldRootProps, ALSFieldLabelProps, ALSFieldControlProps, ALSFieldHelperTextProps, ALSFieldErrorProps, };
//# sourceMappingURL=index.d.ts.map