UNPKG

vdrag-topo-ui

Version:

15 lines (14 loc) 276 B
export type ConfigProps = { label: string; key: string; buttonText: string; color: string; buttonType: string; size: string; plain: boolean; text: boolean; round: boolean; circle: boolean; disabled: boolean; linkUrl: string; };