Skip to content

Commit 5a95b1a

Browse files
committed
Move Styles to src/utils
1 parent 457a43e commit 5a95b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default function getStyles(type: string): { [name:string]:string | boolean } {
1+
export default function getStyles(type: string): { [name: string]: string | boolean } {
22
const bold = type.includes('bold') || type.includes('action');
33
const italics = type.includes('italics') || type.includes('action');
44
const strikethrough = type.includes('strikethrough');

0 commit comments

Comments
 (0)