mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-13 07:31:07 +00:00
004a4398dd
* 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
7 lines
296 B
TypeScript
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';
|