Skip to content

Commit 2770055

Browse files
authored
Update README.md
1 parent f672b04 commit 2770055

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,14 @@ interface IDataCell{
124124

125125
interface IStyle {
126126
fontSize?: string;
127-
fontFamily?: string;
127+
align?: string;
128128

129-
borderLeft?: string;
130-
borderTop?: string;
131-
borderBottom?: string;
132-
borderRight?: string;
129+
background?: string;
130+
color?: string;
131+
132+
fontWeight?: string;
133+
fontStyle?: string;
134+
textDecoration?: string;
133135

134136
format?: string;
135137
}

0 commit comments

Comments
 (0)