vroom-react
Version:
Vroom React UI
15 lines (14 loc) • 438 B
TypeScript
export declare const localStreamStyle: (arg?: {
backgroundColor: string;
} | undefined) => object;
export declare const localStreamDisplayNameStyle: (arg?: {
color: string;
fontFamily: string;
fontSize: string;
} | undefined) => object;
export declare const localStreamDisplayNameCenterStyle: (arg?: {
color: string;
fontFamily: string;
fontSize: string;
backgroundColor: string;
} | undefined) => object;