import type { Input as TriStateCheckboxInput } from "../index.marko";
export type Input = TriStateCheckboxInput;
