FlagComponentProps
Defined in: index.tsx:64
Base props for all flag components All individual flag components inherit from this type
Extends
Section titled “Extends”SVGProps<SVGSVGElement>
Extended by
Section titled “Extended by”Properties
Section titled “Properties”className?
Section titled “className?”optional className: string;Defined in: index.tsx:70
CSS className
Overrides
Section titled “Overrides”SVGProps.classNameheight?
Section titled “height?”optional height: string | number;Defined in: index.tsx:68
Height of the flag
Overrides
Section titled “Overrides”SVGProps.heighttitle?
Section titled “title?”optional title: string;Defined in: index.tsx:72
Accessible title for screen readers
width?
Section titled “width?”optional width: string | number;Defined in: index.tsx:66
Width of the flag
Overrides
Section titled “Overrides”SVGProps.width