UNPKG

@bernierllc/generic-workflow-ui

Version:

Generic, reusable workflow UI components with linear and graph visualization

11 lines (10 loc) 336 B
"use strict"; /* Copyright (c) 2025 Bernier LLC */ Object.defineProperty(exports, "__esModule", { value: true }); exports.tamaguiConfig = void 0; const tamagui_1 = require("tamagui"); const v3_1 = require("@tamagui/config/v3"); exports.tamaguiConfig = (0, tamagui_1.createTamagui)(v3_1.config); exports.default = exports.tamaguiConfig;