PillConfiguration

Map of pill type names to their configurations

Definition

export type PillConfiguration = { [type: string]: PillTypeConfig };

Usage

import { PillConfiguration } from 'uxp/components';

Last updated