mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
10 lines
152 B
TypeScript
10 lines
152 B
TypeScript
export type SupportedStyles =
|
|
| 'css'
|
|
| 'scss'
|
|
| 'less'
|
|
| 'tailwind'
|
|
| 'styled-components'
|
|
| '@emotion/styled'
|
|
| 'styled-jsx'
|
|
| 'none';
|