import type { GlobalProps, GlobalState, IconProps, SemanticProps, ShowIconProps, SizeProps, TextProps, WrapProps } from '../../shared/model.js'; export type DBInfotextDefaultProps = {}; export type DBInfotextProps = DBInfotextDefaultProps & GlobalProps & SemanticProps & IconProps & SizeProps & ShowIconProps & TextProps & WrapProps; export type DBInfotextDefaultState = {}; export type DBInfotextState = DBInfotextDefaultState & GlobalState;