UNPKG

react-spltjs

Version:
12 lines (11 loc) 239 B
import React from 'react'; interface SpltProps { text: string; array?: string[][]; className?: string; speed?: number; offset?: number; ease?: string; } declare const Splt: React.FC<SpltProps>; export default Splt;