UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

9 lines (7 loc) 242 B
"use strict"; import { create } from 'twrnc'; // @ts-expect-error I won't create type definitions for tailwind config import config from './tailwind.config.js'; const tw = create(config); export default tw; //# sourceMappingURL=index.js.map