mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
9 lines
106 B
JavaScript
9 lines
106 B
JavaScript
const css = {
|
|
resolve: () => ({
|
|
className: 'mock',
|
|
style: null,
|
|
}),
|
|
};
|
|
|
|
module.exports = css;
|