Skip to content

Commit 06ec25c

Browse files
maxcanKylie Stewart
authored and
Kylie Stewart
committed
Add contentWidth and contentHeight to DeckProps (FormidableLabs#699)
The docs call for a number but strings (i.e. 95vw) seem to work fine. FormidableLabs#361 suggested a problem but that code doesn't seem to exist anymore.
1 parent c7aad5c commit 06ec25c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ declare module 'spectacle' {
167167
theme?: Theme;
168168
transition?: transitionType[];
169169
transitionDuration?: number;
170+
contentWidth?: string;
171+
contentHeight?: string;
170172
}
171173

172174
interface FillProps {

0 commit comments

Comments
 (0)