UNPKG

155 BTypeScriptView Raw
1import type { PreprocessorGroup } from '../types';
2declare const globalStyle: () => PreprocessorGroup;
3export default globalStyle;
4export { globalStyle };