aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes/IStyleTypes.ts
blob: cf8bdea33910a0118235a019de911e87d5681f33 (plain) (blame)
1
2
3
4
5
6
7
export default interface IStyleTypes {
  [index: string]: {
    accent: string;
    contrast: string;
    border?: string;
  };
}