UNPKG

@clutchd/component

Version:

A primitive component intended to be used as a foundation for all other ui components.

7 lines (5 loc) 147 B
import { expect, test } from "bun:test"; import { Component } from "."; test("exports", () => { expect(typeof Component).toEqual("object"); });