@brave/swap-interface
Version:
Brave Swap - an open-source swap interface by Brave, focussed on usability and multi-chain support.
11 lines (8 loc) • 404 B
TypeScript
// Copyright (c) 2021 The Brave Authors. All rights reserved.
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// you can obtain one at http://mozilla.org/MPL/2.0/.
import IBraveTheme from './theme-interface'
declare module 'styled-components' {
export interface DefaultTheme extends IBraveTheme {}
}