UNPKG

@tableflow/react

Version:

The React SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.

25 lines (24 loc) 541 B
declare const transition: { property: { common: string; colors: string; dimensions: string; position: string; background: string; }; easing: { "ease-in": string; "ease-out": string; "ease-in-out": string; }; duration: { "ultra-fast": string; faster: string; fast: string; normal: string; slow: string; slower: string; "ultra-slow": string; }; }; export default transition;