UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

5 lines (4 loc) 179 B
import React from 'react'; import { IconProviderProps } from '@/ui/components/icon'; export type IconsProps = IconProviderProps; export declare const Icons: React.FC<IconsProps>;