/** * Class notation option. */ export type ClassNotationOption = 'literal' | 'attribute' | 'as-is';