UNPKG

@flasher/flasher

Version:

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