Outlook_Addin_LLM/node_modules/@fluentui/react-components/unstable/package.json

16 lines
428 B
JSON
Raw Normal View History

{
"description": "Separate entrypoint for unstable Fluent UI components",
"main": "../lib-commonjs/unstable/index.js",
"module": "../lib/unstable/index.js",
"typings": "./../dist/unstable.d.ts",
"sideEffects": false,
"license": "MIT",
"exports": {
".": {
"types": "./../dist/unstable.d.ts",
"import": "./../lib/unstable/index.js",
"require": "./../lib-commonjs/unstable/index.js"
}
}
}