UNPKG

gem-panel

Version:

A custom element <gem-panel>, let you easily create layout similar to Adobe After Effects.

14 lines 382 B
export declare const theme: { fontSize: string; fontFamily: string; primaryColor: string; secondaryColor: string; focusColor: string; borderColor: string; backgroundColor: string; darkBackgroundColor: string; windowGap: string; panelContentGap: string; }; export declare type Theme = Partial<typeof theme>; //# sourceMappingURL=theme.d.ts.map