import React from 'react'; import { PxlKitSurfaceProvider } from './PxlKitSurfaceProvider'; export function Default() { return (

Nested PxlKit components default to the pixel surface.

); } export function Linear() { return (

Nested PxlKit components default to the linear surface.

); }