Init
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
interface Patternfly {
|
||||
pfBreakpoints: {
|
||||
tablet: number;
|
||||
desktop: number;
|
||||
};
|
||||
}
|
||||
interface Window {
|
||||
patternfly: Patternfly;
|
||||
}
|
||||
Reference in New Issue
Block a user