Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-12-06 11:41:40 +00:00
parent 62c765bfd3
commit 4f14d3f5ae
39 changed files with 182 additions and 199 deletions

View File

@@ -51,4 +51,7 @@ export interface IBodyProps {
// Set to `true` to disable interactions (e.g. video controls) and to remove controls from the tab order.
// This may be useful when displaying a preview of the event.
inhibitInteraction?: boolean;
/* Whether to show the default placeholder for files. Defaults to true. */
showGenericPlaceholder?: boolean;
}