mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-12 17:01:09 +00:00
chore: apply eslint import sorting fixes
Automatic import ordering changes from linter. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// Override react-copy-to-clipboard types for React 18 compatibility
|
||||
declare module 'react-copy-to-clipboard' {
|
||||
import type { ReactNode, ReactElement } from 'react';
|
||||
import type { ReactElement, ReactNode } from 'react';
|
||||
|
||||
interface Options {
|
||||
debug?: boolean;
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
|
||||
import '@pezkuwi/api-augment';
|
||||
|
||||
// Custom IconTheme type that includes pezkuwi project themes
|
||||
export type PezkuwiIconTheme = 'beachball' | 'bizinikiwi' | 'empty' | 'ethereum' | 'jdenticon' | 'pezkuwi' | 'polkadot' | 'substrate';
|
||||
|
||||
import type { IconName } from '@fortawesome/fontawesome-svg-core';
|
||||
import type React from 'react';
|
||||
import type { SubmittableExtrinsic } from '@pezkuwi/api/types';
|
||||
@@ -14,6 +11,9 @@ import type { Registrar } from '@pezkuwi/react-hooks/types';
|
||||
import type { AccountId, AccountIndex, Address, Index } from '@pezkuwi/types/interfaces';
|
||||
import type { ActionStatus, TxCallback, TxFailedCallback } from './Status/types.js';
|
||||
|
||||
// Custom IconTheme type that includes pezkuwi project themes
|
||||
export type PezkuwiIconTheme = 'beachball' | 'bizinikiwi' | 'empty' | 'ethereum' | 'jdenticon' | 'pezkuwi' | 'polkadot' | 'substrate';
|
||||
|
||||
export interface BareProps {
|
||||
children?: React.ReactNode;
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user