@react-native-vector-icons/common
Version:
Customizable Icons for React Native with support for image source and full styling.
10 lines (9 loc) • 386 B
text/typescript
export type { CreateIconSetOptions, IconComponent, IconProps } from './create-icon-set';
export { createIconSet } from './create-icon-set';
export { DEFAULT_ICON_COLOR, DEFAULT_ICON_SIZE } from './defaults';
export {
isDynamicLoadingEnabled,
isDynamicLoadingSupported,
setDynamicLoadingEnabled,
setDynamicLoadingErrorCallback,
} from './dynamicLoading/dynamic-loading-setting';