UNPKG

tiwi

Version:

React library to create components with Tailwind styles baked in.

7 lines (6 loc) 216 B
import { createInteropElement } from "nativewind"; import { buildTiwi } from "./tiwi.js"; export * from "./types.js"; export const tiwi = buildTiwi(createInteropElement); export const tw = tiwi; export default tiwi;