UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

8 lines 564 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type CheckboxPrimitiveIndicatorProps<C extends ElementType = "span"> = HTMLHopeProps<C>; /** * Renders when the checkbox primitive is in a checked or indeterminate state. * You can style this element directly, or you can use it as a wrapper to put an icon into, or both. */ export declare function CheckboxPrimitiveIndicator<C extends ElementType = "span">(props: CheckboxPrimitiveIndicatorProps<C>): import("solid-js").JSX.Element; //# sourceMappingURL=checkbox-primitive-indicator.d.ts.map