@fluentui/react-components
Version:
Suite package for converged React components
16 lines (15 loc) • 428 B
JSON
{
"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"
}
}
}