anvil/striker-ui/types/LabelProps.d.ts

4 lines
39 B
TypeScript
Raw Normal View History

2021-02-19 05:03:30 +00:00
type LabelProps = {
text: string;
};