Add JSDoc comments
Yay
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
TSlotProps extends {},
|
||||
TAsProp extends SupportedAs
|
||||
> = TPassThroughProps<TSlotProps, TAsProp, "button"> & {
|
||||
/** Whether the switch is checked */
|
||||
checked: boolean;
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user