Example Usage
Props
object DBD.Handler
required
The storage handler
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An Object which contains all the information for the storage.
theme: SoftUI({
storage: Object<DBD.Handler>,
});
theme: SoftUI({
storage: Handler,
});
Was this page helpful?