Files
pezkuwi-ui/packages/reactnative-identicon/src/icons/index.ts
T
Jaco Greeff 004a4398dd React Native identicon (#173)
* React Native identicon

* Simplify using generate interface

* Remove unknown RN props

* Update packages/reactnative-identicon/src/icons/Polkadot.tsx

Co-Authored-By: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>

* Linting, deps move

* Default component with themes
2019-08-02 10:15:47 +02:00

7 lines
296 B
TypeScript

// Copyright 2017-2019 @polkadot/react-identicon authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
export { default as Empty } from './Empty';
export { default as Polkadot } from './Polkadot';