2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 14:13:06 +00:00
iconify/components/svelte/src/offline-iconify.ts
Vjacheslav Trushkin ce135b6cf5 Update components
2022-06-19 19:16:11 +03:00

15 lines
472 B
TypeScript

// Types
export type { IconifyJSON, IconifyIcon } from '@iconify/types';
export type { IconifyIconSize } from '@iconify/utils/lib/customisations/defaults';
// Types from props.ts
export type {
IconifyIconCustomisations,
IconProps,
IconifyRenderMode,
} from './props';
// Functions
// Important: duplicate of global exports in OfflineIcon.svelte. When changing exports, they must be changed in both files.
export { addIcon, addCollection } from './offline-functions';