@cimpress/react-components
Version:
React components to support the MCP styleguide
12 lines • 377 B
TypeScript
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