File size: 237 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import '@emotion/react';
import type { Theme as CheckoutTheme } from './lib/theme';
declare module '@emotion/react' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface Theme extends CheckoutTheme {}
}
|