This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Import default moneyui theme from @moneykit/connect. | |
import MoneyKit, { moneyui, type Theme } from "@moneykit/connect"; | |
// Theming Options: | |
// Option 1: By default Connect will use the standard moneyui theme. This default behavior is equivalent to: | |
const moneykitWithDefaultTheme = new MoneyKit({ | |
theme: moneyui, | |
}); |