UNPKG

@silentsheet/react

Version:
10 lines (7 loc) 204 B
import React from 'react'; interface SilentSheetProps { placeholder?: string; onChange?: (text: string) => void; } declare const SilentSheet: React.FC<SilentSheetProps>; export { SilentSheet };