aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/IStyleTypes.ts
blob: df5b51c1da0359884d826a30c7389ebb478db053 (plain) (blame)
1
2
3
4
5
6
7
8

export default interface IStyleTypes {
  [index: string]: {
    accent: string;
    contrast: string;
    border?: string;
  };
}