feat(react/ribbon): improve editability select

This commit is contained in:
Elian Doran
2025-08-21 22:24:35 +03:00
parent f772f59d7c
commit da4810672d
5 changed files with 14 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import { CSSProperties } from "preact/compat";
import { useCallback, useEffect, useRef, useState } from "preact/hooks";
import { useUniqueName } from "./hooks";
interface DropdownProps {
export interface DropdownProps {
className?: string;
buttonClassName?: string;
isStatic?: boolean;