Shadis/src/FileView/views/FVSidebar/FVSidebarDescEditor.props.ts

18 lines
426 B
TypeScript
Executable File

import { ManagedClasses } from "@microsoft/fast-jss-manager-react";
/**
* Class name contract for the component
*/
export interface FVSidebarDescEditorClassNameContract {
fv_sidebar_descEditor: string;
fv_sidebar_descEditor_check?: string;
}
/**
* Props for the component
*/
export interface FVSidebarDescEditorProps
extends ManagedClasses<FVSidebarDescEditorClassNameContract> {
fileData: Window["fileData"];
}