Skip to content

FlagComponentProps

Defined in: index.tsx:64

Base props for all flag components All individual flag components inherit from this type

  • SVGProps<SVGSVGElement>
optional className: string;

Defined in: index.tsx:70

CSS className

SVGProps.className

optional height: string | number;

Defined in: index.tsx:68

Height of the flag

SVGProps.height

optional title: string;

Defined in: index.tsx:72

Accessible title for screen readers


optional width: string | number;

Defined in: index.tsx:66

Width of the flag

SVGProps.width