UNPKG

@surveycake/rc

Version:

react component of surveycake

8 lines (7 loc) 189 B
import React from 'react'; interface PlaceholderProps { text: string; disabled: boolean; } declare const Placeholder: React.FC<PlaceholderProps>; export default Placeholder;