mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
import { SelectStyle } from '../../select/style/SelectStyle';
|
|
|
|
export interface DropdownStyle extends SelectStyle {}
|