mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
10 lines
164 B
TypeScript
10 lines
164 B
TypeScript
export const DIRECTORY_NAME = 'Elegant.nnwtheme'
|
|
|
|
export const ARTICLE_TEXT = {
|
|
small: 'sm',
|
|
medium: 'base',
|
|
large: 'lg',
|
|
xLarge: 'xl',
|
|
xxLarge: '2xl',
|
|
}
|