Skip to content

Commit

Permalink
add echarts-gl #2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Feb 20, 2023
1 parent bd88f59 commit 74b2e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export interface ContainerProps {

export type EFC<T> = FC<Partial<T & ContainerProps>>;

export const lower = (name: string) =>
const lower = (name: string) =>
name.charAt(0).toLowerCase() + name.slice(1);

function defaultType(name: string) {
Expand Down

0 comments on commit 74b2e77

Please sign in to comment.