@cimpress/react-components
Version:
React components to support the MCP styleguide
15 lines • 416 B
TypeScript
export default class ToggleDemo extends React.Component<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
state: {
on: boolean;
onSm: boolean;
disabled: boolean;
};
toggle: () => void;
toggleSm: () => void;
toggleDisabled: () => void;
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=toggle.d.ts.map