UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

10 lines (9 loc) 199 B
export interface GenTeaserTagsProps { /** An array of tags */ tags: string[]; } /** * Tags */ declare const GenTeaserTags: (props: GenTeaserTagsProps) => any; export default GenTeaserTags;