react-chrono
Version:
A Modern Timeline component for React
11 lines • 349 B
TypeScript
import { default as React } from 'react';
interface CardExpandButtonProps {
expanded: boolean;
onToggle: () => void;
expandable: boolean;
showMore: string | undefined;
showLess: string | undefined;
}
export declare const CardExpandButton: React.FC<CardExpandButtonProps>;
export {};
//# sourceMappingURL=CardExpandButton.d.ts.map