mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
import * as React from 'react';
|
|
declare const html: (strings: TemplateStringsArray, ...values: any[]) => React.ReactElement;
|