UNPKG

gatsby-theme-zh

Version:
12 lines (11 loc) 253 B
import { FC } from 'react'; interface SwatchProps { title: string; darkmode?: boolean; colors?: string; colornames?: string; grid?: 'sudoku'; descriptions?: string; } declare const Swatch: FC<SwatchProps>; export default Swatch;