Merge branch 'master' into deprecated

This commit is contained in:
metonym 2022-03-27 07:19:07 -07:00 committed by Eric Liu
commit 6d45305615
25 changed files with 1026 additions and 1283 deletions

View file

@ -8,12 +8,6 @@ export interface StructuredListSkeletonProps
* @default 5
*/
rows?: number;
/**
* Set to `true` to use the bordered variant
* @default false
*/
border?: boolean;
}
export default class StructuredListSkeleton extends SvelteComponentTyped<