15 lines
362 B
Text
15 lines
362 B
Text
---
|
|
title: Input Assist
|
|
sidebar_label: Input Assist
|
|
hide_title: true
|
|
---
|
|
|
|
import OsLegend from "@site/src/components/codes/OsLegend";
|
|
import ToastyContainer from "@site/src/components/codes/ToastyContainer";
|
|
import Content, { rightToc as contentToc } from "./_input-assist.mdx";
|
|
|
|
export const rightToc = contentToc;
|
|
|
|
<OsLegend />
|
|
<ToastyContainer />
|
|
<Content />
|