mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2025-12-05 22:26:31 +00:00
Added d.ts files (#167)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
// @generated by expo-module-scripts
|
||||
babel.config.js
|
||||
babel.config.build.js
|
||||
website
|
||||
src
|
||||
website-screenshot.png
|
||||
tsconfig.json
|
||||
2
AntDesign.d.ts
vendored
Normal file
2
AntDesign.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import AntDesign from "./build/AntDesign";
|
||||
export default AntDesign;
|
||||
2
Entypo.d.ts
vendored
Normal file
2
Entypo.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Entypo from './build/Entypo';
|
||||
export default Entypo;
|
||||
2
EvilIcons.d.ts
vendored
Normal file
2
EvilIcons.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import EvilIcons from './build/EvilIcons';
|
||||
export default EvilIcons;
|
||||
2
Feather.d.ts
vendored
Normal file
2
Feather.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Feather from './build/Feather';
|
||||
export default Feather;
|
||||
2
FontAwesome.d.ts
vendored
Normal file
2
FontAwesome.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import FontAwesome from './build/FontAwesome';
|
||||
export default FontAwesome;
|
||||
2
FontAwesome5.d.ts
vendored
Normal file
2
FontAwesome5.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import FontAwesome5 from './build/FontAwesome5';
|
||||
export default FontAwesome5;
|
||||
2
Fontisto.d.ts
vendored
Normal file
2
Fontisto.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Fontisto from "./build/Fontisto";
|
||||
export default Fontisto;
|
||||
2
Foundation.d.ts
vendored
Normal file
2
Foundation.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Foundation from './build/Foundation';
|
||||
export default Foundation;
|
||||
2
Ionicons.d.ts
vendored
Normal file
2
Ionicons.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Ionicons from './build/Ionicons';
|
||||
export default Ionicons;
|
||||
2
MaterialCommunityIcons.d.ts
vendored
Normal file
2
MaterialCommunityIcons.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import MaterialCommunityIcons from './build/MaterialCommunityIcons';
|
||||
export default MaterialCommunityIcons;
|
||||
2
MaterialIcons.d.ts
vendored
Normal file
2
MaterialIcons.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import MaterialIcons from './build/MaterialIcons';
|
||||
export default MaterialIcons;
|
||||
2
Octicons.d.ts
vendored
Normal file
2
Octicons.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Octicons from './build/Octicons';
|
||||
export default Octicons;
|
||||
2
SimpleLineIcons.d.ts
vendored
Normal file
2
SimpleLineIcons.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import SimpleLineIcons from './build/SimpleLineIcons';
|
||||
export default SimpleLineIcons;
|
||||
2
Zocial.d.ts
vendored
Normal file
2
Zocial.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Zocial from './build/Zocial';
|
||||
export default Zocial;
|
||||
2
createIconSet.d.ts
vendored
Normal file
2
createIconSet.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import createIconSet from './build/createIconSet';
|
||||
export default createIconSet;
|
||||
2
createIconSetFromFontello.d.ts
vendored
Normal file
2
createIconSetFromFontello.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import createIconSetFromFontello from './build/createIconSetFromFontello';
|
||||
export default createIconSetFromFontello;
|
||||
2
createIconSetFromIcoMoon.d.ts
vendored
Normal file
2
createIconSetFromIcoMoon.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import createIconSetFromIcoMoon from './build/createIconSetFromIcoMoon';
|
||||
export default createIconSetFromIcoMoon;
|
||||
2
createMultiStyleIconSet.d.ts
vendored
Normal file
2
createMultiStyleIconSet.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import createMultiStyleIconSet from './build/createMultiStyleIconSet';
|
||||
export default createMultiStyleIconSet;
|
||||
Reference in New Issue
Block a user