/** * Class location option. */ export type ClassLocationOption = 'before-attributes' | 'after-attributes';