UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 365 B
import React from 'react'; import { BookmarkIconPickerProps } from './BookmarkIconPicker.types'; declare const IconSetComponent: React.ForwardRefExoticComponent<BookmarkIconPickerProps & React.RefAttributes<HTMLDivElement>>; export { BookmarkIconType, Palette as BookmarkIconPickerPalette, } from './BookmarkIconPicker.types'; export default IconSetComponent;