@nodeject/ui-components
Version:
UI library for non-trivial components
15 lines (14 loc) • 362 B
TypeScript
import * as React from 'react';
export interface SchedioEditorViewProps {
model?: any;
tag?: any;
}
export declare class SchedioEditorView extends React.Component<SchedioEditorViewProps> {
private defaultTag;
private tag;
constructor(props: any);
getTrustedHtml(): {
__html: any;
};
render(): JSX.Element;
}