UNPKG

@flasher/flasher

Version:

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