mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
import { BaseStyle } from '../../base/style';
|
|
|
|
export interface PasswordStyle extends BaseStyle {}
|