UNPKG

wix-style-react

Version:
11 lines 338 B
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