Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created March 18, 2019 22:14
Show Gist options
  • Save ajcrites/fe1f590bed0124efd3352cdc94c16bf7 to your computer and use it in GitHub Desktop.
Save ajcrites/fe1f590bed0124efd3352cdc94c16bf7 to your computer and use it in GitHub Desktop.
interface ColorContextProps {
hex: string;
rgba: number[];
-
- setHex: (value) => void;
- setRgba: (value) => void;
};
const ColorContext = createContext<ColorContextProps>({} as any);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment