export interface ISidewayText { class: string; } export default { props: ["text", "bold", "textSize"], data: () => ({ }), };