UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

7 lines (5 loc) 192 B
import type { ICheckbox } from "@/components/vendor/reactICX/Checkbox/types"; export interface CheckboxProps extends ICheckbox { label?: string; labelPosition?: "left" | "right"; }