import type { ComponentTextProps } from '~/types/text'; import type { DisplayTextBundle } from '~/types/type-bundles'; export type DisplayTextProps = ComponentTextProps & DisplayTextBundle;