UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

9 lines (8 loc) 239 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Flag: { ({ className, name, ...props }: import("./type").FlagProps): JSX.Element; displayName: string; }; export default Flag;