Skip to content

Commit 2a72e8d

Browse files
author
Hector Arce De Las Heras
committed
Add lineSeparatorRootWrapper property to CommonStyleType
This commit introduces a new optional property, `lineSeparatorRootWrapper`, to the `CommonStyleType` interface. This property allows for the customization of the root wrapper style for line separators, providing more flexibility in the styling of these elements.
1 parent 11d29a5 commit 2a72e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/lineSeparator/types/lineSeparatorTheme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export enum LineSeparatorPositionType {
2020

2121
export type LineSeparatorLinePropsStylesType = {
2222
buildLineStyles?: (position?: LineSeparatorPositionType) => CSSProp;
23+
lineSeparatorRootWrapper?: CommonStyleType;
2324
};
2425

2526
export type LineSeparatorLineStylesType<P extends string | number | symbol> = {

0 commit comments

Comments
 (0)