UNPKG

petals-ui

Version:
9 lines (6 loc) 179 B
import { ExtensibleThemeColor } from '../../basic'; interface ITagComponent { readonly color: ExtensibleThemeColor; readonly removable: boolean; } export { ITagComponent };