UNPKG

@fluster.io/dev

Version:

10 lines (9 loc) 182 B
import { ReactNode } from 'react'; interface TagProps { value: string; } export declare const Tag: { ({ value }: TagProps): ReactNode; displayName: string; }; export {};