diff --git a/components/lib/floatlabel/style/FloatLabelStyle.d.ts b/components/lib/floatlabel/style/FloatLabelStyle.d.ts index b00556d68..0054e830e 100644 --- a/components/lib/floatlabel/style/FloatLabelStyle.d.ts +++ b/components/lib/floatlabel/style/FloatLabelStyle.d.ts @@ -10,9 +10,9 @@ import { BaseStyle } from '../../base/style'; export enum FloatLabelClasses { -/** - * Class name of the root element - */ + /** + * Class name of the root element + */ root = 'p-floatlabel' } diff --git a/components/lib/inputgroupaddon/style/InputGroupAddonStyle.d.ts b/components/lib/inputgroupaddon/style/InputGroupAddonStyle.d.ts index e6d97b0a1..202ed5ab9 100644 --- a/components/lib/inputgroupaddon/style/InputGroupAddonStyle.d.ts +++ b/components/lib/inputgroupaddon/style/InputGroupAddonStyle.d.ts @@ -10,9 +10,9 @@ import { BaseStyle } from '../../base/style'; export enum InputGroupAddonClasses { -/** - * Class name of the root element - */ + /** + * Class name of the root element + */ root = 'p-inputgroupaddon' }