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

15 lines
354 B
TypeScript
Executable File

import { ManagedClasses } from "@microsoft/fast-jss-manager-react";
/**
* Class name contract for the component
*/
export interface FVSidebarToggleButtonClassNameContract {
fv_sidebarButton: string;
}
/**
* Props for the component
*/
export interface FVSidebarToggleButtonProps
extends ManagedClasses<FVSidebarToggleButtonClassNameContract> {}