UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

5 lines (4 loc) 163 B
import React, { PropsWithChildren } from 'react'; type TariffListProps = PropsWithChildren; export declare const TariffList: React.FC<TariffListProps>; export {};