This repository has been archived by the owner on May 13, 2024. It is now read-only.
Change presenters prop types
Presenters receive now a token type.
Token = {
declaration: string;
value?: string;
token?: string;
};
Presenters receive now a token type.
Token = {
declaration: string;
value?: string;
token?: string;
};