anvil/striker-ui/types/LabelProps.d.ts
2021-06-04 12:11:48 -04:00

4 lines
39 B
TypeScript

type LabelProps = {
text: string;
};