@8thday/react
Advanced tools
Comparing version 0.8.13 to 0.8.14
@@ -185,4 +185,16 @@ import HomeIcon from "@heroicons/react/24/outline/HomeIcon"; | ||
export const Redirect: ({ to }: RedirectProps) => JSX.Element | null; | ||
export interface CheckboxProps extends Omit<ComponentProps<'input'>, 'type' | 'onChange'> { | ||
label?: ReactNode; | ||
description?: ReactNode; | ||
checked?: boolean; | ||
setChecked?: Dispatch<SetStateAction<boolean>>; | ||
inputClass?: string; | ||
containerClass?: string; | ||
labelContainerClass?: string; | ||
labelClass?: string; | ||
descClass?: string; | ||
} | ||
export const Checkbox: ({ className, inputClass, containerClass, labelContainerClass, labelClass, descClass, id: propsId, checked, setChecked, label, description, ...props }: CheckboxProps) => JSX.Element; | ||
export { Logo }; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@8thday/react", | ||
"version": "0.8.13", | ||
"version": "0.8.14", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Ben Steward", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
345004
2920