Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
slate-react / dist / components / string.d.ts
Size: Mime:
import { Text, Element } from 'slate';
/**
 * Leaf content strings.
 */
declare const String: (props: {
    isLast: boolean;
    leaf: Text;
    parent: Element;
    text: Text;
}) => JSX.Element;
export default String;
//# sourceMappingURL=string.d.ts.map