mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(TS) Require interfaces to start with I (#12424)
This commit is contained in:
@@ -7,7 +7,7 @@ import Icon from '../../../icons/components/Icon';
|
||||
import { IconArrowDown } from '../../../icons/svg';
|
||||
import { withPixelLineHeight } from '../../../styles/functions.web';
|
||||
|
||||
interface SelectProps {
|
||||
interface ISelectProps {
|
||||
|
||||
/**
|
||||
* Helper text to be displayed below the select.
|
||||
@@ -144,7 +144,7 @@ const Select = ({
|
||||
label,
|
||||
onChange,
|
||||
options,
|
||||
value }: SelectProps) => {
|
||||
value }: ISelectProps) => {
|
||||
const { classes, cx, theme } = useStyles();
|
||||
const isMobile = isMobileBrowser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user