UNPKG

@cimpress/react-components

Version:
12 lines 377 B
export default class TabCardDemo extends React.Component<any, any, any> { constructor(props: any); constructor(props: any, context: any); state: { selectedIndex: number; }; setLastTab: () => void; updateSelectedTab: (e: any, selectedKey: any) => void; render(): JSX.Element; } import React from "react"; //# sourceMappingURL=tabcard.d.ts.map