UNPKG

@erosnicolau/animated-text

Version:

Advanced React animated text component with comprehensive animation effects

7 lines 254 B
import { ReactNode } from 'react'; interface DemoLayoutProps { children: ReactNode; } declare const DemoLayout: ({ children }: DemoLayoutProps) => import("react/jsx-runtime").JSX.Element; export default DemoLayout; //# sourceMappingURL=index.d.ts.map