10 lines
206 B
TypeScript
10 lines
206 B
TypeScript
export declare const webviewStyles: {
|
|
container: {
|
|
flex: number;
|
|
overflow: "hidden";
|
|
};
|
|
webView: {
|
|
backgroundColor: string;
|
|
};
|
|
};
|
|
//# sourceMappingURL=styles.d.ts.map
|