mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
parent
cd68f8f676
commit
4e578bc55d
17 changed files with 282 additions and 20 deletions
4
src/components/NumberInput/index.js
Normal file
4
src/components/NumberInput/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import NumberInput from './NumberInput.svelte';
|
||||
|
||||
export default NumberInput;
|
||||
export { default as NumberInputSkeleton } from './NumberInput.Skeleton.svelte';
|
Loading…
Add table
Add a link
Reference in a new issue