UNPKG

niubiz-pay

Version:

Library that allows you to make payments and tokenize debit and credit cards with Niubiz.

15 lines (12 loc) 239 B
import type { Preview } from "@storybook/react"; const preview: Preview = { parameters: { controls: { matchers: { color: /(background|color)$/i, date: /Date$/i, }, }, }, }; export default preview;