UNPKG

@flasher/flasher

Version:

6 lines (5 loc) 154 B
import './crystal.scss'; import type { Envelope } from '../../types'; export declare const crystalTheme: { render: (envelope: Envelope) => string; };