me dejaron cocinar demaciado
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { PluginCreator } from 'postcss';
|
||||
|
||||
type PluginOptions = {
|
||||
base?: string;
|
||||
optimize?: boolean | {
|
||||
minify?: boolean;
|
||||
};
|
||||
};
|
||||
declare const _default: PluginCreator<PluginOptions>;
|
||||
|
||||
export { type PluginOptions, _default as default };
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
import { PluginCreator } from 'postcss';
|
||||
|
||||
type PluginOptions = {
|
||||
base?: string;
|
||||
optimize?: boolean | {
|
||||
minify?: boolean;
|
||||
};
|
||||
};
|
||||
declare const _default: PluginCreator<PluginOptions>;
|
||||
|
||||
export = _default;
|
||||
+10
File diff suppressed because one or more lines are too long
+10
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user