UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 195 B
import React from 'react'; import type { RangeSettingsProps } from './types'; export declare const RangeSettings: React.FC<RangeSettingsProps>; export * from './types'; export * from './styled';