Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Change presenters prop types

Compare
Choose a tag to compare
@11joselu 11joselu released this 30 Jul 17:25
· 26 commits to master since this release

Presenters receive now a token type.

Token = {
  declaration: string;
  value?: string;
  token?: string;
};