UNPKG

flowtoken

Version:

![flow token demo](https://nextjs-omega-five-46.vercel.app/demo.gif)

9 lines (8 loc) 351 B
import React from 'react'; interface CustomRendererProps { rows: any[]; stylesheet: any; useInlineStyles: boolean; } declare const customCodeRenderer: ({ animation, animationDuration, animationTimingFunction }: any) => ({ rows, stylesheet, useInlineStyles }: CustomRendererProps) => React.JSX.Element[]; export default customCodeRenderer;