@cimpress/react-components
Version:
React components to support the MCP styleguide
17 lines • 454 B
TypeScript
export default class TagDemo extends React.Component<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
state: {
tags: ({
value: string;
label?: undefined;
} | {
label: JSX.Element;
value: string;
})[];
};
onRemoveClick: (value: any) => void;
render(): JSX.Element;
}
import React from "react";
//# sourceMappingURL=tag.d.ts.map