UNPKG

gatsby-theme-zh

Version:
8 lines (7 loc) 154 B
import { FC } from 'react'; interface TagProps { color?: string; text: string; } declare const CustomTag: FC<TagProps>; export default CustomTag;