UNPKG

similiquedicta

Version:
12 lines (9 loc) 187 B
import { css } from 'linaria'; export interface HashtagPluginTheme { hashtag?: string; } export const defaultTheme: HashtagPluginTheme = { hashtag: css` color: #5e93c5; `, };