UNPKG

95 BTypeScriptView Raw
1export declare enum BodyOutputType {
2 Default = 0,
3 TrustedHtml = 1,
4 Component = 2
5}