UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

7 lines (6 loc) 200 B
import { FC } from "react"; import "./SettingsBackground.scss"; interface SettingsBackgroundProps { } declare const SettingsBackground: FC<SettingsBackgroundProps>; export default SettingsBackground;