UNPKG

@firestitch/address

Version:
9 lines (8 loc) 292 B
export interface FsAddressCollapseButtonConfig { show?: boolean; title?: string; color?: string; theme?: 'mat-button' | 'mat-raised-button' | 'mat-flat-button' | 'mat-stroked-button'; } export interface IFsAddressCollapseButtonConfig extends FsAddressCollapseButtonConfig { }