UNPKG

petals-ui

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