mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 23:58:06 +01:00
658ceb90d1
* migrating PickerNetwork to TS * deleting js file * deleting js snapshot * fixing e2e tests and updating snapshot * updating snapshot * Some small updates to docs and types --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: Garrett Bear <gwhisten@gmail.com>
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
export { PickerNetwork } from './picker-network';
|
|
export type {
|
|
PickerNetworkProps,
|
|
PickerNetworkComponent,
|
|
} from './picker-network.types';
|