UNPKG

@erosnicolau/animated-text

Version:

Advanced React animated text component with comprehensive animation effects

9 lines 345 B
type TabType = 'types' | 'effects' | 'easing'; interface DemoHeaderProps { activeTab: TabType; onTabChange: (tab: TabType) => void; } declare const DemoHeader: ({ activeTab, onTabChange }: DemoHeaderProps) => import("react/jsx-runtime").JSX.Element; export default DemoHeader; export type { TabType }; //# sourceMappingURL=index.d.ts.map