type Entrada1 = {
props1: string;
props2: boolean;
};
interface Entrada2 {
props3: number;
props4: (nome: string) => null;
}
const component = (
{ props1, props2 }: Entrada1,
{ props3, props4 }: Entrada2
) => {
return props2;
};
-
Notifications
You must be signed in to change notification settings - Fork 0
pedr0ferrari/weatherapp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published