UNPKG

matrix-react-sdk

Version:
6 lines (5 loc) 227 B
import React, { HTMLAttributes } from "react"; export interface SettingsIndentProps extends HTMLAttributes<HTMLDivElement> { children?: React.ReactNode; } export declare const SettingsIndent: React.FC<SettingsIndentProps>;