SplitterPanel and InlineMessage class name convensions

This commit is contained in:
tugcekucukoglu 2024-05-21 10:15:51 +03:00
parent c5ebd68b74
commit c629ca8f51
8 changed files with 36 additions and 36 deletions

View file

@ -10,7 +10,7 @@
import { BaseStyle } from '../../base/style';
export enum SplitterPanelClasses {
root = 'p-splitter-panel'
root = 'p-splitterpanel'
}
export interface SplitterPanelStyle extends BaseStyle {}