@als-tp/als-react-ts-ui
Version:
A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation
7 lines • 474 B
TypeScript
import type { ALSFieldsetRootProps, ALSFieldsetLegendProps } from "./ALSFieldset";
export declare const ALSFieldset: {
Root: import("react").ForwardRefExoticComponent<ALSFieldsetRootProps & import("react").RefAttributes<HTMLFieldSetElement>>;
Legend: import("react").ForwardRefExoticComponent<ALSFieldsetLegendProps & import("react").RefAttributes<HTMLDivElement>>;
};
export type { ALSFieldsetRootProps, ALSFieldsetLegendProps };
//# sourceMappingURL=index.d.ts.map