UNPKG

phx-react

Version:

PHX REACT

6 lines (5 loc) 157 B
type Props = Readonly<{ maxDepth: number | null | undefined; }>; export default function ListMaxIndentLevelPlugin({ maxDepth }: Props): null; export {};