We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb98bcc commit 6e226d4Copy full SHA for 6e226d4
src/components/Yaml/YamlViewer.tsx
@@ -6,10 +6,7 @@ import styles from './YamlViewer.module.css';
6
7
type YamlViewerProps = {
8
yamlString: string;
9
- yamlStringToCopy?: string;
10
filename: string;
11
- showOnlyImportantData?: boolean;
12
- setShowOnlyImportantData?: (showOnlyImportantData: boolean) => void;
13
};
14
15
export const YamlViewer: FC<YamlViewerProps> = ({ yamlString, filename }) => {
0 commit comments