diff --git a/tsconfig.json b/tsconfig.json index 7cf7b50..02bb111 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,3 @@ -/** - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ { "compilerOptions": { "allowSyntheticDefaultImports": true, diff --git a/types/react-native-elements.d.ts b/types/react-native-elements.d.ts index 343f8ae..6f306f6 100644 --- a/types/react-native-elements.d.ts +++ b/types/react-native-elements.d.ts @@ -6,6 +6,7 @@ /** * Extensions to the default react-native-elements types to allow for * custom properties in themes. + * Refs: https://reactnativeelements.com/docs/customization#typescript-definitions-extending-the-default-theme */ type RecursivePartial = { [P in keyof T]?: RecursivePartial };