@cimpress/react-components
Version:
React components to support the MCP styleguide
11 lines • 331 B
TypeScript
export default class ButtonDemo extends React.Component<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
state: {
demoText: string;
};
buttonClicked: (button: any) => void;
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=button.d.ts.map