<script> import { Input } from '@thetinkerinc/colibri'; import style from './style.js'; let value; </script> <Input type="text" {style} bind:value> </Input> <div>Value: {JSON.stringify(value)}</div>
//style.js export default style = {};