UNPKG

@flasher/flasher

Version:

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