UNPKG

@flasher/flasher

Version:

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