@cimpress/react-components
Version:
React components to support the MCP styleguide
19 lines • 648 B
TypeScript
export default class CurrencySelectorDemo extends React.PureComponent<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
state: {
currency: string;
disabled: boolean;
disabledCurrencies: boolean;
multiCurrencySelections: null;
symbol: string;
displayFullName: boolean;
};
onChange: (currency: any) => void;
onChangeDisabledCurrencies: () => void;
onChangeMultiSelect: (multiCurrencySelections: any) => void;
onChangeLabels: () => void;
render(): JSX.Element;
}
import React from "react";
//# sourceMappingURL=currencyselector.d.ts.map