mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Update src/DatePicker/DatePicker.svelte
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
parent
4c2aa84310
commit
563bf20bae
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
export let id = "ccs-" + Math.random().toString(36);
|
export let id = "ccs-" + Math.random().toString(36);
|
||||||
|
|
||||||
/** Set to `true` to use in component Modal */
|
/** Set to `true` to use in component Modal */
|
||||||
export let staticProp = false;
|
export let flatpickrProps = {};
|
||||||
|
|
||||||
import {
|
import {
|
||||||
createEventDispatcher,
|
createEventDispatcher,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue