Skip to content

Commit

Permalink
Merge pull request galio-org#244 from aayush123/fix-icon-family-types
Browse files Browse the repository at this point in the history
Fix IconFamilyType
  • Loading branch information
palingheorghe authored Mar 30, 2022
2 parents f492bbc + 929613f commit a075703
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ import {
declare module 'galio-framework' {
type IconFamilyType =
| 'Galio'
| 'AntDesign'
| 'Entypo'
| 'EvilIcons'
| 'Feather'
| 'FontAwesome'
| 'FontAwesome5'
| 'Fontisto'
| 'Foundation'
| 'Ionicons'
| 'MaterialIcons'
| 'MaterialCommunityIcons'
| 'Octicons'
| 'Zocial'
| 'SimpleLineIcons';
| 'zocial'
| 'octicon'
| 'material'
| 'material-community'
| 'ionicon'
| 'foundation'
| 'evilicons'
| 'entypo'
| 'font-awesome'
| 'font-awesome-5'
| 'simple-line-icon'
| 'feather'
| 'antdesign';

type BaseColorType = string;

Expand Down

0 comments on commit a075703

Please sign in to comment.