import * as React from "react"; import { useTranslation } from "react-i18next"; import styled from "styled-components"; import { s } from "@shared/styles"; import { CollectionPermission } from "@shared/types"; import InputSelect, { Props as SelectProps } from "~/components/InputSelect"; export default function InputMemberPermissionSelect( props: Partial ) { const { t } = useTranslation(); return (