Files
community-rule/app/components/Checkbox/index.tsx
T
2026-01-29 17:59:11 -07:00

3 lines
103 B
TypeScript

export { default } from "./Checkbox.container";
export type { CheckboxProps } from "./Checkbox.types";