UNPKG

@erosnicolau/animated-text

Version:

Advanced React animated text component with comprehensive animation effects

7 lines 270 B
import { type TabType } from '..'; interface DemoTabContentProps { activeTab: TabType; } declare const DemoTabContent: ({ activeTab }: DemoTabContentProps) => import("react/jsx-runtime").JSX.Element; export default DemoTabContent; //# sourceMappingURL=index.d.ts.map