4 lines
39 B
TypeScript
4 lines
39 B
TypeScript
|
type LabelProps = {
|
||
|
text: string;
|
||
|
};
|