Build lib

This commit is contained in:
Richard O'flynn 2020-11-27 08:56:44 +00:00
commit 585341dd9c
6 changed files with 38 additions and 7 deletions

3
types/Grid/Row.d.ts vendored
View file

@ -1,7 +1,6 @@
/// <reference types="svelte" />
export interface RowProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
export interface RowProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
/**
* Set to `true` to render a custom HTML element
* Props are destructured as `props` in the default slot (e.g. <Row let:props><section {...props}>...</section></Row>)