UNPKG

slidedeck

Version:

An easy to use React-based slide show library

10 lines (9 loc) 297 B
import React from 'react'; declare type Props = { title?: string; subtext?: React.Component | string; children: React.Component | string; animate?: boolean; }; declare const _default: ({ title, subtext, children, animate }: Props) => JSX.Element; export default _default;