@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
9 lines (8 loc) • 341 B
TypeScript
import { ThemePalette } from '@angular/material/core';
export type PghIndicatorPosition = `${'top' | 'bottom'} ${'start' | 'end'}`;
export type PghIndicatorSize = 'small' | 'medium' | 'large';
export type PghIndicatorColor = ThemePalette | 'danger';
export type PghIndicatorPersistData = {
persistId: string;
persistDays: number;
};