wix-style-react
Version:
wix-style-react
11 lines • 338 B
TypeScript
export class ColorViewer extends React.Component<any, any, any> {
static defaultProps: {
popoverProps: {};
};
constructor(props: any);
constructor(props: any, context: any);
onChange: (_color: any) => void;
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=ColorViewer.d.ts.map