@als-tp/als-react-ts-ui
Version:
A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation
7 lines • 558 B
TypeScript
import type { ALSCheckboxRootProps, ALSCheckboxIndicatorProps, ALSCheckboxSize, ALSCheckboxVariant } from "./ALSCheckbox";
export declare const ALSCheckbox: {
Root: import("react").ForwardRefExoticComponent<ALSCheckboxRootProps & import("react").RefAttributes<HTMLSpanElement>>;
Indicator: import("react").ForwardRefExoticComponent<ALSCheckboxIndicatorProps & import("react").RefAttributes<HTMLSpanElement>>;
};
export type { ALSCheckboxRootProps, ALSCheckboxIndicatorProps, ALSCheckboxSize, ALSCheckboxVariant, };
//# sourceMappingURL=index.d.ts.map