primevue-mirror/components/lib/dropdown/style/DropdownStyle.d.ts

4 lines
117 B
TypeScript
Raw Normal View History

2024-04-18 14:17:41 +00:00
import { SelectStyle } from '../../select/style/SelectStyle';
2023-10-02 13:15:41 +00:00
2024-04-18 14:17:41 +00:00
export interface DropdownStyle extends SelectStyle {}