5 lines
96 B
TypeScript
Raw Normal View History

declare module "*.scss" {
const styles: { [className: string]: string };
export = styles;
}