feat(Font): re-export FontNetworkError and FontResponseError from entity barrel
This commit is contained in:
@@ -103,6 +103,11 @@ export {
|
|||||||
UNIFIED_FONTS,
|
UNIFIED_FONTS,
|
||||||
} from './lib/mocks';
|
} from './lib/mocks';
|
||||||
|
|
||||||
|
export {
|
||||||
|
FontNetworkError,
|
||||||
|
FontResponseError,
|
||||||
|
} from './lib/errors/errors';
|
||||||
|
|
||||||
// UI elements
|
// UI elements
|
||||||
export {
|
export {
|
||||||
FontApplicator,
|
FontApplicator,
|
||||||
|
|||||||
@@ -56,3 +56,8 @@ export {
|
|||||||
type MockUnifiedFontOptions,
|
type MockUnifiedFontOptions,
|
||||||
UNIFIED_FONTS,
|
UNIFIED_FONTS,
|
||||||
} from './mocks';
|
} from './mocks';
|
||||||
|
|
||||||
|
export {
|
||||||
|
FontNetworkError,
|
||||||
|
FontResponseError,
|
||||||
|
} from './errors/errors';
|
||||||
|
|||||||
Reference in New Issue
Block a user