UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 267 B
import React from 'react'; export interface DeveloperKeysProps extends React.PropsWithChildren { title?: string; empty?: React.ReactNode; add?: React.ReactNode; } export declare const DeveloperKeys: React.FC<DeveloperKeysProps>; export * from './styled';