Cleanup shared, consistency with standards (#309)

* Cleanup shared, consistency with standards

* Re-add item

* Cleanup webpack demos
This commit is contained in:
Jaco Greeff
2020-04-12 09:06:32 +02:00
committed by GitHub
parent a1aa280cb9
commit 7251b1f763
46 changed files with 688 additions and 112 deletions
-2
View File
@@ -5,8 +5,6 @@
import { KeyringItemType, KeyringStruct } from '../types';
export interface KeyringSectionOption {
className?: string;
disabled?: boolean;
key: string | null;
name: string;
value: string | null;