It's a named export vs a default export. export const is a named export that exports a const declaration or declarations. To emphasize: what matters here is ...
確定! 回上一頁